mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
optimize
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
.proc _cgetc
|
||||
loop:
|
||||
BRK_TELEMON XRD0
|
||||
bcc key_pressed
|
||||
jmp loop
|
||||
key_pressed:
|
||||
bcs loop
|
||||
rts
|
||||
.endproc
|
||||
|
Reference in New Issue
Block a user