2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 25.12.99
|
|
|
|
|
|
|
|
; char FreeFile (struct trse myTrSe[]);
|
|
|
|
|
2001-07-04 22:08:13 +00:00
|
|
|
.import __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
.export _FreeFile
|
|
|
|
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
.include "../inc/geossym.inc"
|
|
|
|
|
|
|
|
_FreeFile:
|
|
|
|
sta r9L
|
|
|
|
stx r9H
|
|
|
|
jsr FreeFile
|
2001-07-04 22:08:13 +00:00
|
|
|
stx __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
txa
|
|
|
|
rts
|