X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.c;h=084f898aa09fd760cb89ba89315342f9230b79d2;hp=5842792087b00ada698fb54eaf5ecdccfed04b9d;hb=f33d7fdb41ccdda027c33c5358a3826bef83967b;hpb=63e54cb8e4f7e0d11fffc8fb7c52ddb625a2c6f6 diff --git a/rmac.c b/rmac.c index 5842792..084f898 100644 --- a/rmac.c +++ b/rmac.c @@ -134,6 +134,11 @@ void DisplayHelp(void) " -n Don't do things behind your back in RISC assembler\n" " -o file Output file name\n" " +o[value] Turn a specific optimisation on\n" + " Available optimisation values and default settings:\n" + " o0: Absolute long adddresses to word (on)\n" + " o1: move.l #x,dn/an to moveq (on)\n" + " o2: Word branches to short (on)\n" + " o3: Outer displacement 0(an) to (an) (off)\n" " ~o[value] Turn a specific optimisation off\n" " +oall Turn all optimisations on\n" " ~oall Turn all optimisations off\n"