X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.c;h=615d84d7cdec1eea5d9c013093e4c85d501ed9b5;hp=a4b6b42f74e5c9b37c1117dcd2c48d8902e54cd2;hb=b57de9c1d9a47f152b590f1cdbd05a2910667ce4;hpb=3b063cd8b11b5e868efec02f9e281a1e04f2707b diff --git a/rmac.c b/rmac.c index a4b6b42..615d84d 100644 --- a/rmac.c +++ b/rmac.c @@ -161,6 +161,8 @@ void DisplayHelp(void) " o5: Absolute long base displacement to word (off)\n" " o6: Null branches to NOP (off)\n" " o7: clr.l Dx to moveq #0,Dx (off)\n" + " o8: adda.w/l #x,Dy to addq.w/l #x,Dy (off)\n" + " o9: adda.w/l #x,Dy to lea x(Dy),Dy (off)\n" " ~o[value] Turn a specific optimisation off\n" " +oall Turn all optimisations on\n" " ~oall Turn all optimisations off\n"