mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +00:00
Optimized based on https://github.com/cc65/cc65/pull/1393.
This commit is contained in:
parent
a9dac3b1ef
commit
8551431233
@ -10,12 +10,8 @@
|
|||||||
|
|
||||||
_kbhit:
|
_kbhit:
|
||||||
BRK_TELEMON XRD0
|
BRK_TELEMON XRD0
|
||||||
bcs @no_char_action
|
ldx #$00
|
||||||
ldx #$00
|
txa
|
||||||
lda #$01
|
rol
|
||||||
|
eor #$01
|
||||||
rts
|
rts
|
||||||
@no_char_action:
|
|
||||||
lda #$00
|
|
||||||
tax
|
|
||||||
rts
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user