Login
Back to forumReply to this topicGo to last reply

Posted By

Fuzzweed
on 2025-04-02
18:54:35
 Calling disk load routines in assembly

The programmer's guide states
"3. Load A with #$00 to indicate a load. If it is a relocated load, load X with low address to begin loading and Y with high address to begin loading. Call LOADSP $FFD5 ";

My question is: What if it isn't a relocated load? Surely X and Y will always contain *something*.

Sub question / check: I presume a relocated load is you tell it where in ram to put the information (ignoring bytes 1+2 of the prg file?) and a non-relocated load it loads to location specified by bytes 1+2 of the prg
Posted By

SukkoPera
on 2025-04-02
19:06:20
 Re: Calling disk load routines in assembly

It depends on what you put in the Y register when you call SETLFS ($ffba):

$01=stardard
$00=relocated
Posted By

Fuzzweed
on 2025-04-02
19:11:14
 Re: Calling disk load routines in assembly

Cool thanks. Am.i right about it ignoring the file header to relocate a prg? Or it would only apply to eg sequential files
Posted By

SukkoPera
on 2025-04-02
19:12:15
 Re: Calling disk load routines in assembly

You are right!


Back to topReply to this topic


Copyright © Plus/4 World Team, 2001-2025. Support Plus/4 World on Patreon