]> git.sur5r.net Git - cc65/blob - libsrc/geos/file/getfhdrinfo.s
Remove va_fix
[cc65] / libsrc / geos / file / getfhdrinfo.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 25.12.99
6
7 ; char GetFHdrInfo  (struct filehandle *myFile);
8
9             .export _GetFHdrInfo
10
11             .include "../inc/jumptab.inc"
12             .include "../inc/geossym.inc"
13         
14 _GetFHdrInfo:
15         sta r9L
16         stx r9H
17         jsr GetFHdrInfo
18         stx errno
19         txa
20         rts