mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
Remove useless tax
This commit is contained in:
committed by
greg-king5
parent
da01286037
commit
e4b60e1068
@@ -22,7 +22,6 @@
|
|||||||
_cgetc:
|
_cgetc:
|
||||||
jsr _kbhit ; Check for char available
|
jsr _kbhit ; Check for char available
|
||||||
bne @L1
|
bne @L1
|
||||||
tax ; Test result
|
|
||||||
bra _cgetc
|
bra _cgetc
|
||||||
@L1:
|
@L1:
|
||||||
lda KBSTL
|
lda KBSTL
|
||||||
|
Reference in New Issue
Block a user