]> git.sur5r.net Git - cc65/blob - libsrc/geos/file/get1stdirentry.s
Remove va_fix
[cc65] / libsrc / geos / file / get1stdirentry.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 26.10.99
6
7 ; struct filehandle* Get1stDirEntry (void);
8
9             .export _Get1stDirEntry
10
11             .include "../inc/diskdrv.inc"
12             .include "../inc/geossym.inc"
13
14 _Get1stDirEntry:
15         jsr Get1stDirEntry
16         stx errno
17         lda r5L
18         ldx r5H
19         rts