X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;fp=rmac.h;h=7b1d97244d843d0b1fd8f71e5d2183f5db2ab93b;hp=48317499ddf7114a71efdf67555b736a25b20ac6;hb=b57de9c1d9a47f152b590f1cdbd05a2910667ce4;hpb=3b063cd8b11b5e868efec02f9e281a1e04f2707b diff --git a/rmac.h b/rmac.h index 4831749..7b1d972 100644 --- a/rmac.h +++ b/rmac.h @@ -275,6 +275,8 @@ enum OPT_BASE_DISP = 5, OPT_NULL_BRA = 6, OPT_CLR_DX = 7, + OPT_ADDA_ADDQ = 8, + OPT_ADDA_LEA = 9, OPT_COUNT // Dummy, used to count number of optimisation switches };