Releases: jlaasonen/hexfile
Releases · jlaasonen/hexfile
v1.3.1
v1.3.0
v1.2.0
Changelog
- Add error handling for Open and Get. No longer mandatory to use
-e
when compiling. - Fix display if the file is shorter than one page.
- Print also on the last line on screen.
- Allow jumping to start or end of the file with Home and End keys.
- Show usage instructions if no file was given.
- Add space before file index.
v1.1.1
v1.1.0
v1.0.0
The functionality of the initial release is close to the GW-BASIC example program. The byte addresses start with one pressing any key will print the next page of the dump. Ascii characters between 32 and 126 are displayed, otherwise, a dot is shown. There is no error handling and the program runs until the end of the file.
Usage:
hexfile <filename>