Memory heatmap from GT1 files

Using, learning, programming and modding the Gigatron and anything related.
Forum rules
Be nice. No drama.
Post Reply
User avatar
marcelk
Posts: 488
Joined: 13 May 2018, 08:26

Memory heatmap from GT1 files

Post by marcelk »

While solving GitHub issue #41, and in figuring out where in RAM to put the SDC/MMC file loader, we got interested to learn where existing GT1 files tend to load. Answering this is not too hard when combining gt1dump.py, awk and gnuplot. The result is the heatmap attached.

We can see nobody loads in page 1, or at the beginning and the end of the zero-page. Also the screen area where Loader runs is untouched, except for the "patch" inserted by the GCL compiler.
Attachments
Heatmap_64K.png
Heatmap_64K.png (16.5 KiB) Viewed 11022 times
Post Reply