allow empty value lines

This commit is contained in:
Peter Ferrie 2018-11-17 18:39:02 -08:00
parent 6241d0120b
commit c582f49c70

View File

@ -94,6 +94,7 @@ SaveGlobalPreferences
ldx #0
ldy #0
lda ($00),y
beq ++
clc
adc #$01
sta @len
@ -107,7 +108,7 @@ SaveGlobalPreferences
@len=*+1
+ cpy #$FD ; SMC
bne -
rts
++ rts
@kEquals !byte 1
!raw "="