X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen0.c;h=bf4ba3da6ab64fdb093df39ac9944b82d8f109d5;hp=7ec6ccb0fcf28cdbca6156b8982e802bd0cc1f41;hb=0fd4b86c9899d254d9aea0660e5046c4234cfd42;hpb=02523045dcb28c8f6ad794a84e32beff214be424 diff --git a/eagen0.c b/eagen0.c index 7ec6ccb..bf4ba3d 100644 --- a/eagen0.c +++ b/eagen0.c @@ -65,6 +65,10 @@ int eaNgen(WORD siz) chptr_opcode[0] |= ((0x0080 >> 8) & 255); // slap in 010 bits chptr_opcode[1] |= 0x0080 & 255; // slap in 010 bits } + + if (sbra_flag) + warn("0(An) converted to (An)"); + return OK; }