ASP with negative argument wasn't accepted
authorceriel <none@none>
Mon, 2 Feb 1987 20:48:02 +0000 (20:48 +0000)
committerceriel <none@none>
Mon, 2 Feb 1987 20:48:02 +0000 (20:48 +0000)
mach/z80/cg/table

index 71e2655..fd05c71 100644 (file)
@@ -1271,7 +1271,7 @@ ret               | |             remove(ALL)
 
 
 asp $1 == 0 | | | | |
-asp $1 > 0 | STACK |           remove(ALL) allocate(HL_REG)
+asp $1 != 0 | STACK |          remove(ALL) allocate(HL_REG)
                                move({IMMEDIATE,$1} , HL)
                                "add hl,sp"
                                "ld sp,hl"