GideonZ / 1541ultimate

Official GIT archive of 1541 ultimate II sources
GNU General Public License v3.0
173 stars 45 forks source link

Added hex viewer #357

Open chrisgleissner opened 12 months ago

chrisgleissner commented 12 months ago

Features

Design Notes

Examples

New "Hex View" entry in context-sensitive menu: image

New "Hex View": image

Same file opened via existing "View" which was left unchanged. In this example, byte 0x00 at offset 0x3b terminates the string rendering: image

New "Hex View" using sample file containg contiguous sequence of numbers from 1 through 255: image

chrisgleissner commented 6 months ago

The branch feature/320-hex of this PR has been merged into the new branch chrisgleissner-feature/320-hex and the merge conflicts have been resolved there. Pending on that new branch are adjustments to the build files for the non-U64 builds which @GideonZ will take care of as discussed - many thanks.