fix error in lbsplit uncovered by unit tests

This commit is contained in:
mgcaret 2019-12-29 14:36:31 -08:00
parent 0c6e3a0413
commit 0ed5c88d9a
1 changed files with 2 additions and 1 deletions

View File

@ -852,7 +852,8 @@ dword LBSPLIT,"LBSPLIT"
tya
xba
and #$FF
ldy #$00
tay
lda #$0000
PUSHNEXT
eword