From 3e68ea031bf324fd26f61fc2194707fd32e36855 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 5 Mar 1987 11:02:05 +0000 Subject: [PATCH] Bug fix in LIM instruction --- mach/z80/cg/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/z80/cg/table b/mach/z80/cg/table index fd05c71e5..a0e34db87 100644 --- a/mach/z80/cg/table +++ b/mach/z80/cg/table @@ -1346,7 +1346,7 @@ gto | | remove(ALL) move({EXTENDED_ADDR,$1},HL) "call .gto" | | | -lim | | | {EXTENDED,"(ignmask)"} | | +lim | | | {EXTENDED,"ignmask"} | | lin | | remove(ALL) allocate(HL_REG) move({IMMEDIATE,$1},HL) "ld (hol0),hl" -- 2.34.1