X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mach.c;h=8be3c4da7f91b3f67d2ae6111a6df90455627b18;hp=27123b2cd9308a3e9f06036044a05f1387c83c05;hb=4a08774b122ba509b13c79975b2ad0f2e441c56b;hpb=096b1cf7222183d705a26b44710358e8e2c21014 diff --git a/mach.c b/mach.c index 27123b2..8be3c4d 100644 --- a/mach.c +++ b/mach.c @@ -796,6 +796,7 @@ int m_move(WORD inst, WORD size) int m_move30(WORD inst, WORD size) { int siz = (int)size; + if (am0 > ABASE) inst |= siz_12[siz] | reg_9[a1reg & 7] | a0reg | extra_addressing[am0 - ABASE]; else