Simple command-line tool which prints a hex dump of a file.
hexfile is available at:
-
sourcehut https://git.sr.ht/~jlaasonen/hexfile
- FreeBASIC-1.10.0
- fbtesting for testing. Copy fbtesting files under
lib/fbtesting
. - task (optional) building and running tests.
- Compiling in DOS requires long filename support.
Compile using task
task build
, or with plain fbc
fbc -e -w all -w pedantic -w error hexfile.bas
Compile and run tests with task
task test
, or with plain fbc
fbc -e -w all -w pedantic -w error test.bas
./test
hexfile [-i <start index>] <filename>
Start index can be given in format supported by the VALLNG function.
Page Up & Page Down show the previuos and the page respectively. Up and down arrows scroll one line at the time. Esc will end the program.
Inspired by the hexfile program in P.K. McBride, 1989, Programming in GW-BASIC chapter 15.6.