From 6246c6fc9eee63d547d58f1ee33a0b0dd963970f Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 19 Aug 1988 16:41:49 +0000 Subject: [PATCH] generate new style constants --- mach/6500/cg/table | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mach/6500/cg/table b/mach/6500/cg/table index 5ce2ae9c0..d96e40809 100644 --- a/mach/6500/cg/table +++ b/mach/6500/cg/table @@ -1549,7 +1549,7 @@ zer $1>0 && $1<=256 | | loc loc cii $1==1 && $2==2 | R16 | "txa" "bpl 1f" - "lda #0FFh" + "lda #0xff" "bne 2f" "1: lda #0\n2:" | %[1] | | @@ -1633,10 +1633,10 @@ xor ND | R16 | "jsr Xor" | | | com $1==2 | R16 | - "eor #0FFh" + "eor #0xff" "pha" "txa" - "eor #0FFh" + "eor #0xff" "tax" "pla" | %[1] | | -- 2.34.1