1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +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