generate new style constants

This commit is contained in:
ceriel 1988-08-19 16:41:49 +00:00
parent f75ed26b04
commit 6246c6fc9e

View file

@ -1549,7 +1549,7 @@ zer $1>0 && $1<=256 | |
loc loc cii $1==1 && $2==2 | R16 | loc loc cii $1==1 && $2==2 | R16 |
"txa" "txa"
"bpl 1f" "bpl 1f"
"lda #0FFh" "lda #0xff"
"bne 2f" "bne 2f"
"1: lda #0\n2:" "1: lda #0\n2:"
| %[1] | | | %[1] | |
@ -1633,10 +1633,10 @@ xor ND | R16 |
"jsr Xor" "jsr Xor"
| | | | | |
com $1==2 | R16 | com $1==2 | R16 |
"eor #0FFh" "eor #0xff"
"pha" "pha"
"txa" "txa"
"eor #0FFh" "eor #0xff"
"tax" "tax"
"pla" "pla"
| %[1] | | | %[1] | |