2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; 25.12.1999, 2.1.2003
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
; char GetFHdrInfo (struct filehandle *myFile);
|
|
|
|
|
2003-01-02 01:50:39 +00:00
|
|
|
.import setoserror
|
2000-05-28 13:40:48 +00:00
|
|
|
.export _GetFHdrInfo
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "jumptab.inc"
|
2012-02-09 09:24:09 +00:00
|
|
|
.include "diskdrv.inc"
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "geossym.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
_GetFHdrInfo:
|
|
|
|
sta r9L
|
|
|
|
stx r9H
|
|
|
|
jsr GetFHdrInfo
|
2003-01-02 01:50:39 +00:00
|
|
|
jmp setoserror
|