1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
This commit is contained in:
jede 2017-10-02 12:20:52 +02:00
parent a1c8860f63
commit 56360ea054

View File

@ -8,8 +8,6 @@
.proc _cgetc
loop:
BRK_TELEMON XRD0
bcc key_pressed
jmp loop
key_pressed:
bcs loop
rts
.endproc