New community dev tool uploaded: Hex dumper

All aspects of programming on the Commander X16.
Post Reply
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

New community dev tool uploaded: Hex dumper

Post by rje »




Hex dumper




View File






A hex dumper I wrote, because I wanted one like the one I've got on my UNIX machines.

It should be able to handle "proper" address 0 RAM banking, as well as r38 RAM banking (it checks the KERNAL version).

Set the color with the number keys.

Change the view by $100 with left/right cursor, by $300 with up/down, and by $1000 by enter/left arrow.

 






 
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

New community dev tool uploaded: Hex dumper

Post by rje »


I've got a subtle little print bug going on here.

Basically, after everything's done printing, there's a single character that gets splatted to the end of the last line.

The character is related to one of the PEEKed characters displayed on the hexdump.  You see, it changes based on what's displayed.... kind of.

It's like I'm accidentally printing 8 bits of the address as a character, or something like that.  I'm looking.

 

 

Post Reply