add cputc & remove
This commit is contained in:
16
libsrc/telestrat/sysremove.s
Normal file
16
libsrc/telestrat/sysremove.s
Normal 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
|
||||
Reference in New Issue
Block a user