1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-16 02:28:57 +00:00
cc65/libsrc/c1p/cgetc.s
2014-11-16 21:13:18 +01:00

9 lines
167 B
ArmAsm

;
; char cgetc (void);
;
.export _cgetc
.include "c1p.inc"
; Direct use of input routine from 65V PROM MONITOR
_cgetc = INPUTC