Date : Tue, 16 Jun 2009 22:35:58 +0100
From : jumbos.bazzar@... (Mark Haysman)
Subject: Am I saving or loading 1 byte too many....?
>> *SAVE <xxxx> 3000 4000
>>
>> Should that save the actual byte at &4000 or not?
>It would save the byte at &4000, giving a file length of &1001. It's
>often easier to use the "+<length>" form instead of the end address.
Thanks for all your replies, I've got the idea of what it should be now.
>> *LOAD <xxxx> 3000 4000
>
> Wrong syntax. *LOAD only takes two parameters, the filename and load
> address.
DOH! Yes of course! Silly me.
Thx, Mark.