2 ; Christian Groessler, Aug-2003
4 ; int remove (const char* name);
20 pha ; save input parameter
25 beq iocbok ; we found one
30 lda #TMOF ; too many open files
33 iocbok: stx tmp4 ; remember IOCB index
36 pla ; get argument again
43 lda #182 ; see oserror.s
47 .endif ; defined UCASE_FILENAME
50 sta ICBAL,y ; store pointer to filename
68 jsr addysp ; free used space on the stack
71 .endif ; defined UCASE_FILENAME
79 .endproc ; __sysremove