made arg_error dependent on DEBUG; fixed cmp instruction in as_table

This commit is contained in:
ceriel
1989-02-07 11:42:28 +00:00
parent fa6900fbbc
commit 9dcae8fcd0
3 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ cmp dst:REG, src:EADDR ==> @text1( 0x3b);
... dst:ACCU, src:DATA ==> @text1( 0x3d);
@text2( %$(src->expr)).
... dst:EADDR, src:DATA ==> @text1( 0x81);
mod_RM(7,dst);
@text2( %$(src->expr)).
cwd ==> @text1( 0x99).
dec dst:REG ==> R53( 9, dst->reg).