Date : Fri, 05 Aug 2011 03:29:49
From : rs423@... (Mick)
Subject: [BeebSoc] Re: Auntie, dear Auntie
J.G.Harston wrote:
>>> It was so easy to work with too. *SAVE filename 7C00 8000 7C00 7C00 and
>>> you had the page saved.
>>>
>
> You don't need the last two 7C00s as the load and execution
> addresses will be the start address anyway. Also, always better to
> do *SAVE filename FFFF7C00+400 to ensure it's I/O memory you're
> saving. The amount of time I've wasted fixing broken load/exec
> addresses on software.... ;)
>
Sorry habit. When poking the ADFS ROM I loaded the ROM in at &3000,
poked at it then saved it *SA."ROM" 3000 +4000 8000 8000. I guess I
should have saved it
*SA."ROM" 3000+4000 FFFF8000 FFFF8000
this to ensure it loads into I/O. I never even thought of it to be
honest. I'd better not try to *load it when the coSprow is running.
Mick.