Hex dumper

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

Hex dumper

Post by rje »


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.




 



Now colorizes the 16 ABI pseudo-registers, and reverse prints byte zero, the KERNAL version byte, and MIST.


Attachments
Hex dumper
Hex dumper
Screen Shot 2021-04-06 at 5.41.13 PM.png (67.12 KiB) Viewed 373 times
HEXDUMP.PRG
Hex dumper
(3.76 KiB) Downloaded 83 times

[The extension n.c has been deactivated and can no longer be displayed.]

PETFONT.BIN
Hex dumper
(2 KiB) Downloaded 87 times
Post Reply