2005-07-19 13:41:44 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
|
|
|
;
|
|
|
|
; 19.07.2005
|
|
|
|
|
|
|
|
; unsigned char __fastcall__ _sysremove (const char* name);
|
|
|
|
|
|
|
|
.export __sysremove
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "jumptab.inc"
|
2012-02-09 09:24:09 +00:00
|
|
|
.include "diskdrv.inc"
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "geossym.inc"
|
2005-07-19 13:41:44 +00:00
|
|
|
|
|
|
|
__sysremove:
|
|
|
|
sta r0L
|
|
|
|
stx r0H
|
|
|
|
jsr DeleteFile
|
|
|
|
txa
|
|
|
|
ldx #0
|
|
|
|
rts
|