mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-12-28 14:31:45 +00:00
Tidy-up of WIP *KEY.
This commit is contained in:
parent
4eb53b2230
commit
3ee508c2bb
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user