shave some bytes

This commit is contained in:
4am 2021-07-11 01:03:32 -04:00
parent 857b9c243a
commit 6cd32f53e2
2 changed files with 4 additions and 6 deletions

View File

@ -56,15 +56,14 @@ _jmpbeb1
!byte $A9
bcs .exit
ldx #$5E
jsr compare3 ; and T00,S02,$5E ==
!byte $20,$BB,WILDCARD
jsr compare2 ; and T00,S02,$5E ==
!byte $20,$BB
bcs .exit ; passport-test-suite/Easy as ABC.woz [C=0] matches
ldx #$49 ; passport-test-suite/Spelling Rules.woz [C=0] matches
jsr modify1 ; then set T00,S02,$49 =
!byte $04
lda $124E
sta _jsr+2
lda #$02
ldy $124E
sty _jsr+2
ldx #$52
ldy #$05
jsr modify ; and set T00,S02,$52 =

View File

@ -38,7 +38,6 @@
sta gDisplayBytes ; passport-test-suite/Spelling Rules.woz [C=0] also reaches here
jsr PrintByID
!byte s_jmpbeca
ldy #$0D
jsr modify ; then set T00,S02,$F4 =
!byte $A0,$56
!byte $BD,$8C,$C0