robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Add "undefined data" type #144

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

Since it is compiled in a bunch of sections, Jumpman has a bunch of places where there are zeros in the data but they really aren't used. It would be nice to marke them as undefined so the disassembly could put a new origin statement and skip printing the dummy bytes. This would allow the code in each section to expand a bit before running over the next section.

robmcmullen commented 7 years ago

And instead of showing the data bytes, show the origin of the next instruction