Added pattern for ASS 4

This commit is contained in:
ceriel 1988-06-13 13:42:39 +00:00
parent 969b5221f5
commit 2563acb019

View file

@ -2651,6 +2651,7 @@ asp $1 >= 1 && $1 <= 8 | STACK | "add.l #$1,sp" | | |
asp | STACK | "lea $1(sp),sp" | | | asp | STACK | "lea $1(sp),sp" | | |
ass $1 == 2 | DATAREG STACK | "add.l %[1],sp" | | | ass $1 == 2 | DATAREG STACK | "add.l %[1],sp" | | |
ass $1 == 4 | DATAREG4 STACK | "add.l %[1],sp" | | |
blm $1 == 2 | ADDREG ADDREG | remove(MEM_ALL) blm $1 == 2 | ADDREG ADDREG | remove(MEM_ALL)
move({IADDREG,%[2]}, {IADDREG,%[1]}) | | | move({IADDREG,%[2]}, {IADDREG,%[1]}) | | |
blm $1 == 4 | ADDREG ADDREG | remove(MEM_ALL) blm $1 == 4 | ADDREG ADDREG | remove(MEM_ALL)