ebd: Eight Bit Dump - My little hexdump utility

Let's talk about anything related to the 6502 microprocessor.
Post Reply
User avatar
Simon27
Posts: 12
Joined: 09 Dec 2014
Location: SE Scotland
Contact:

ebd: Eight Bit Dump - My little hexdump utility

Post by Simon27 »

I first wrote this tool in 2014 and it's been useful for some of my smaller projects to get a hexdump in a more suitable 8 bit format than my Mac's built-in hexdump tool.

It takes inspiration from the formatting of the Apple II system monitor program. I've used this to generate text that I can paste into the monitor on an Apple II emulator for testing short 6502 programs.

It's written in Python, figured might be of use to some people on here too: https://github.com/simonboak/ebd

Image
Last edited by Simon27 on Mon May 11, 2020 3:44 pm, edited 1 time in total.
User avatar
barrym95838
Posts: 2056
Joined: 30 Jun 2013
Location: Sacramento, CA, USA

Re: ebd: Eight Bit Dump - My little hexdump utility

Post by barrym95838 »

Simple but effective. Thank you for sharing.
Got a kilobyte lying fallow in your 65xx's memory map? Sprinkle some VTL02C on it and see how it grows on you!

Mike B. (about me) (learning how to github)
Post Reply