Direct use of monitor function instead of subroutine call.

This commit is contained in:
Stephan Mühlstrasser
2014-11-16 21:13:18 +01:00
parent 6edf57324e
commit 14958949c2
2 changed files with 9 additions and 7 deletions

View File

@@ -1,11 +1,8 @@
;
; char cgetc (void);
;
.export _cgetc
.include "c1p.inc"
; Use INPUT routine from 65V PROM MONITOR
_cgetc:
jsr $FEED
rts
; Direct use of input routine from 65V PROM MONITOR
_cgetc = INPUTC