1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
This commit is contained in:
Oliver Schmidt 2021-02-05 11:54:07 +01:00
parent a9dac3b1ef
commit 8551431233

View File

@ -10,12 +10,8 @@
_kbhit:
BRK_TELEMON XRD0
bcs @no_char_action
ldx #$00
lda #$01
ldx #$00
txa
rol
eor #$01
rts
@no_char_action:
lda #$00
tax
rts