]> git.sur5r.net Git - cc65/blob - libsrc/geos/file/get1stdirentry.s
Started to add text output functions
[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             .import __oserror
10             .export _Get1stDirEntry
11
12             .include "../inc/diskdrv.inc"
13             .include "../inc/geossym.inc"
14
15 _Get1stDirEntry:
16         jsr Get1stDirEntry
17         stx __oserror
18         lda r5L
19         ldx r5H
20         rts