Z88dk Memory Visualizer

As a special free Christmas gift, here is a Z88dk Memory visualizer.

https://1drv.ms/f/s!Atc34t6eCvqj1F2CpsoCxKC_PU6r

Note this only works with an older version of Z88dk Version 1.10

Anything newer, it probably won’t work as the Z88dk team changed the map output.

For my purposes, it works just fine as I am using the Z88dk version used by the Mojon Twins.

To use:

In your compiling string, make sure that the map is built by using the -m flag.

For example, my game compiling sting is:
zcc +zx -zorg=32772 -O3 -vn main.c mus\anteat.asm -o build\main.bin -lndos

Change to:
zcc +zx -zorg=32772 -O3 -vn -m main.c mus\anteat.asm -o build\main.bin -lndos

And the map is built.

Compile your program and then open up the Visualizer

Select the OPEN MAP button, and find your map file.

The map will now open, Select Proceed:

Now your map will be processed.

Now click on a column to sort the data….. TADA!!

I’ve included the poorly written source code. So enjoy if possible.

Merry Christmas,

Peace and good will toward everyone. Love yourself and love others.

Unknown's avatar

Author: andydansby

I'm a hobbyist coder working with the ZX Spectrum. Living in New York state near the Syracuse area. I grew up in Virgina. The first computer I owned was a TRS-80 given to us, my parents bought me was a Timex Sinclair 2068 and the Sinclair bug was set for my childhood.

One thought on “Z88dk Memory Visualizer”

Leave a comment

Design a site like this with WordPress.com
Get started