2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; 25.12.1999, 2.1.2003
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
; char FreeFile (struct trse myTrSe[]);
|
|
|
|
|
2003-01-02 01:50:39 +00:00
|
|
|
.import setoserror
|
2000-05-28 13:40:48 +00:00
|
|
|
.export _FreeFile
|
|
|
|
|
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"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
_FreeFile:
|
|
|
|
sta r9L
|
|
|
|
stx r9H
|
|
|
|
jsr FreeFile
|
2003-01-02 01:50:39 +00:00
|
|
|
jmp setoserror
|