]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/file/get1stdirentry.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / 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 "diskdrv.inc"
13             .include "geossym.inc"
14
15 _Get1stDirEntry:
16         jsr Get1stDirEntry
17         stx __oserror
18         lda r5L
19         ldx r5H
20         rts