Yikes! I just realized you wanted 64k of data.

Do you have PBP 2.50?
With PBPL the READCODE statements can work above 64k, as long as the address variable is a LONG.

PBPW, can only READCODE up to the 64k barrier.

It's also possible to access the memory above 64k without using readcode if you don't have PBP 2.50, but it's a little trickier.
<br>