Skip to content

Releases: jlaasonen/hexfile

v1.3.1

13 Sep 19:58
Compare
Choose a tag to compare

image

Changelog

  • Added unit tests.
  • Added Taskfile.
  • Split to multiple source files.
  • Fix incorrect column split #5.
  • Fix 00 byte on empty lines #4.
  • Fix index on empty lines #8.

v1.3.0

19 Dec 18:33
6ba690c
Compare
Choose a tag to compare

Changelog

  • Change the default start file index to 0.
  • Allow changing the start file index. Usage: hexfile [-i <start index>] <file name>.

image

v1.2.0

20 Sep 18:48
Compare
Choose a tag to compare

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.

image

v1.1.1

07 Jul 19:23
5e441d7
Compare
Choose a tag to compare

Changelog

  • Does not print 00 bytes after the end of the file.
  • Improved speed on some terminals, e.g. PowerShell.
  • Fix display on 80 characters wide terminals.
  • Use FreeBASIC-1.09.0.

v1.1.0

29 Mar 13:16
f5b08ad
Compare
Choose a tag to compare

Changelog

  • Allow scrolling the output with Page Up, Page Down, Up and Down. Quit the program with Esc.
  • Improve print speed.
  • Increase file index width to 8 digits (#1).

image

v1.0.0

21 Sep 08:19
Compare
Choose a tag to compare

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>

image