[Coco] ROM Dump
Melanie and John Mark Mobley
johnmarkmelanie at gmail.com
Mon Apr 5 23:52:08 EDT 2021
All,
I wrote a program to do a ROM Dump and print the data as simi-graphics.
For x=32768 to 65535
R=peek(x) or 128
Print chr$(r);
Next x
End
Memory Map
32768 to 49151 BASIC ROM
49152 to 65279 ROM PAK or DOS
65280 to 65519 IO
65520 to 65535 Vector Table (reset vector and such)
No ROM PAK or Floppy drive controller is installed.
So what am I reading at address 49152 to 65279?
John Mark Mobley
More information about the Coco
mailing list