add cputc & remove

This commit is contained in:
jede
2018-04-14 21:52:11 +02:00
parent 4e0958eae6
commit e34ef0fc17
3 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
;
; Jede, 10.11.2017
;
; unsigned char __fastcall__ _sysremove (const char* name);
;
.export __sysremove
.include "zeropage.inc"
.include "telestrat.inc"
__sysremove:
; Push name
BRK_TELEMON(XRM)
rts