]> git.sur5r.net Git - cc65/blob - libsrc/geos/file/getfhdrinfo.s
Minor comment adjustment.
[cc65] / libsrc / geos / file / getfhdrinfo.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 25.12.1999, 2.1.2003
6
7 ; char GetFHdrInfo  (struct filehandle *myFile);
8
9             .import setoserror
10             .export _GetFHdrInfo
11
12             .include "../inc/jumptab.inc"
13             .include "../inc/geossym.inc"
14         
15 _GetFHdrInfo:
16         sta r9L
17         stx r9H
18         jsr GetFHdrInfo
19         jmp setoserror