]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/file/freefile.s
Moved the 'file' files from 'geos-cbm' to 'geos-common' which are believed to work...
[cc65] / libsrc / geos-common / file / freefile.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 25.12.1999, 2.1.2003
6
7 ; char FreeFile  (struct trse myTrSe[]);
8
9             .import setoserror
10             .export _FreeFile
11
12             .include "jumptab.inc"
13             .include "geossym.inc"
14         
15 _FreeFile:
16         sta r9L
17         stx r9H
18         jsr FreeFile
19         jmp setoserror