robmcmullen / omnivore

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

display of byte ranges: inclusive or exclusive? #92

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

Currently, ranges like $B000 - $C000 are in python style, i.e. up to but not including the last byte. Had reports of this being confusing, so maybe change to the inclusive style?