Tidy-up of WIP *KEY.

This commit is contained in:
Bobbi Webber-Manners 2022-12-09 23:42:49 -05:00
parent 4eb53b2230
commit 3ee508c2bb
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@ STARKEY1 ASL A ; Key num * 2
CMP #$0D ; Carriage return?
BNE :L1
:S1 LDA OSTEXT+0
STA KEYBUF + $20 ; Free space LS byte
STA KEYBUFFREE+0 ; Free space LS byte
LDA OSTEXT+1
STA KEYBUF + $21 ; Free space LS byte
STA KEYBUFFREE+1 ; Free space MS byte
RTS