2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 26.10.99
|
|
|
|
|
|
|
|
; struct filehandle* Get1stDirEntry (void);
|
|
|
|
|
2001-07-04 22:08:13 +00:00
|
|
|
.import __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
.export _Get1stDirEntry
|
|
|
|
|
|
|
|
.include "../inc/diskdrv.inc"
|
|
|
|
.include "../inc/geossym.inc"
|
|
|
|
|
|
|
|
_Get1stDirEntry:
|
|
|
|
jsr Get1stDirEntry
|
2001-07-04 22:08:13 +00:00
|
|
|
stx __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
lda r5L
|
|
|
|
ldx r5H
|
|
|
|
rts
|