Date : Sat, 27 Nov 2004 21:37:45 +0000 (GMT)
From : Sprow <info@...>
Subject: Re: ...at line ___
In article <20041127210849.55883.qmail@...>,
Greg Cook <debounce@...> wrote:
[snip]
> > All I can think of is
> > that the 3 machine code routin
> > es are overlapping.
>
> The disc filing system always loads whole sectors, so if the sections
> are loaded in non-ascending order memory can be corrupted. Discovered
> while trying to transfer Hunkidory to disc...
Say what?
No it doesn't, it loads via a shared memory area then memcpy's into place.
Try
!&1900=-1
*SAVE TEST 1900 +4
!&1900=&12345678
!&1904=&12345678
*LOAD TEST 1900
P.~!&1900,~!&1904
Sprow.