2003-04-04 14:41:06 +00:00
|
|
|
|
|
|
|
;
|
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
|
|
|
;
|
|
|
|
; 4.4.2003
|
|
|
|
|
2003-05-01 16:18:04 +00:00
|
|
|
; char __fastcall__ GetFile(char flag, const char *fname, const char *loadaddr, const char *datadname, char *datafname);
|
2003-04-04 14:41:06 +00:00
|
|
|
|
|
|
|
.export _GetFile
|
|
|
|
.import popa, popax, setoserror
|
|
|
|
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
.include "../inc/geossym.inc"
|
|
|
|
|
|
|
|
_GetFile:
|
|
|
|
sta r3L
|
|
|
|
stx r3H
|
|
|
|
jsr popax
|
|
|
|
sta r2L
|
|
|
|
stx r2H
|
|
|
|
jsr popax
|
|
|
|
sta r7L
|
|
|
|
stx r7H
|
|
|
|
jsr popax
|
|
|
|
sta r6L
|
|
|
|
stx r6H
|
|
|
|
jsr popa
|
|
|
|
sta r0L
|
2003-05-01 16:18:04 +00:00
|
|
|
lda #0
|
2003-04-17 16:22:17 +00:00
|
|
|
sta r10L
|
2003-04-04 14:41:06 +00:00
|
|
|
jsr GetFile
|
|
|
|
jmp setoserror
|