I divided the CAR copy into pieces to debug memory corruption that I'm seeing.  It seems to fit a pattern, but I'm not sure what would be causing it.  Any ideas would be appreciated.<br><br>I'm copying the stack from 0c8000-0cfffff to 1f8000-1fffff<br>
Here's the output when copying in 8 pieces<br><br>Copying testx from 000ced80 (001fed80)<br><br>0 dest 001f8000 src 000c8000 size 1000<br>1 dest 001f9000 src 000c9000 size 1000<br>2 dest 001fa000 src 000ca000 size 1000<br>
3 dest 001fb000 src 000cb000 size 1000<br>4 dest 001fc000 src 000cc000 size 1000<br>5 dest 001fd000 src 000cd000 size 1000<br>6 dest 001fe000 src 000ce000 size 1000<br>ÿ dest 001ff000 src 000cf000 size 1000<br>Copying done <br>
Done<br><br>testx = 5a5a5a5a<br><br>Disabling cache as ram now <br><br><br>Notice the ÿ character when the top of the stack (location of testx) gets copied.<br><br>16 pieces (excerpt): <br><br>d dest 001fe800 src 000ce800 size 800<br>
ÿ dest 001ff000 src 000cf000 size 800<br>f dest 001ff800 src 000cf800 size 800<br><br>Same character at the top of the stack<br><br>32 pieces:<br><br>1a dest 001fe800 src 000ce800 size 400<br>1b dest 001fec00 src 000cec00 size 400<br>
ÿÿ dest 001ff000 src 000cf000 size 400<br>1d dest 001ff400 src 000cf400 size 400<br>1e dest 001ff800 src 000cf800 size 400<br><br>64 pieces:<br><br>36 dest 001fec00 src 000cec00 size 200<br>ÿÿ dest 001fee00 src 000cee00 size 200<br>
38 dest 001ff000 src 000cf000 size 200<br><br>Thanks in advance,<br>Myles<br>