1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00
cc65/libsrc/geos/file/getfhdrinfo.s

21 lines
270 B
ArmAsm
Raw Normal View History

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 25.12.99
; char GetFHdrInfo (struct filehandle *myFile);
.export _GetFHdrInfo
.include "../inc/jumptab.inc"
.include "../inc/geossym.inc"
_GetFHdrInfo:
sta r9L
stx r9H
jsr GetFHdrInfo
stx errno
txa
rts