Allow INPUTBUFFER relocation within page

- Replaced conditional assembly with expression
- Verified that none of the bin files change
This commit is contained in:
Marcel van Kervinck 2019-10-20 14:03:32 +02:00
parent f60c229dad
commit 2e177714c7

View File

@ -437,7 +437,7 @@ L24DB:
; ---END OF LINE------------------
L24EA:
sta INPUTBUFFER-3,y
.ifdef CONFIG_NO_INPUTBUFFER_ZP
.if <INPUTBUFFER = 0
dec TXTPTR+1
.endif
lda #<INPUTBUFFER-1