1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +00:00

Remove useless tax

This commit is contained in:
Fabrizio Caruso
2019-10-16 13:30:58 +02:00
committed by greg-king5
parent da01286037
commit e4b60e1068

View File

@@ -22,7 +22,6 @@
_cgetc:
jsr _kbhit ; Check for char available
bne @L1
tax ; Test result
bra _cgetc
@L1:
lda KBSTL