From 6f161b700c8586b05e3dc0007bf41d6bc8253a0b Mon Sep 17 00:00:00 2001 From: ggn Date: Sun, 17 Apr 2022 10:18:39 +0300 Subject: [PATCH] Doc update for #185 --- docs/rmac.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rmac.rst b/docs/rmac.rst index 23acb51..5ce3376 100644 --- a/docs/rmac.rst +++ b/docs/rmac.rst @@ -157,11 +157,11 @@ Switch Description +o\ *0-10*/*p* Enable specific optimisation ~o\ *0-10*/*p* Disable specific optimisation - `0: Absolute long adddresses to word (on by default)` + `0: Absolute long adddresses to word` - `1: move.l #x,Dn/An to moveq (on by default)` + `1: move.l #x,Dn/An to moveq` - `2: Word branches to short (on by default)` + `2: Word branches to short` `3: Outer displacement 0(An) to (An)` -- 2.33.0.windows.1