mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Remove useless tax
This commit is contained in:
parent
da01286037
commit
e4b60e1068
@ -22,7 +22,6 @@
|
||||
_cgetc:
|
||||
jsr _kbhit ; Check for char available
|
||||
bne @L1
|
||||
tax ; Test result
|
||||
bra _cgetc
|
||||
@L1:
|
||||
lda KBSTL
|
||||
|
Loading…
x
Reference in New Issue
Block a user