1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-16 17:29:43 +00:00
cc65/libsrc/c1p/cgetc.s

9 lines
167 B
ArmAsm
Raw Normal View History

2014-11-08 23:58:32 +00:00
;
; char cgetc (void);
;
.export _cgetc
.include "c1p.inc"
; Direct use of input routine from 65V PROM MONITOR
_cgetc = INPUTC