1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/telestrat/cgetc.s
2017-10-02 12:20:52 +02:00

14 lines
184 B
ArmAsm

;
; jede jede@oric.org 2017-10-01
;
.export _cgetc
.include "telestrat.inc"
.proc _cgetc
loop:
BRK_TELEMON XRD0
bcs loop
rts
.endproc