Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple command-line tool to print a hex dump of a file

License

NotificationsYou must be signed in to change notification settings

jlaasonen/hexfile

Repository files navigation

Test

Simple command-line tool which prints a hex dump of a file.

Sources

hexfile is available at:

Requirements

  • FreeBASIC-1.10.0
  • fbtesting for testing. Copy fbtesting files underlib/fbtesting.
  • task (optional) building and running tests.
  • Compiling in DOS requires long filename support.

Compiling

Compile usingtask

task build

, or with plainfbc

fbc -e -w all -w pedantic -w error hexfile.bas

Testing

Compile and run tests withtask

task test

, or with plainfbc

fbc -e -w all -w pedantic -w error test.bas./test

Usage

hexfile [-i <start index>] <filename>

Start index can be given in format supported by theVALLNG 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.

image

Acknowledgements

Inspired by thehexfile program inP.K. McBride, 1989, Programming in GW-BASIC chapter 15.6.


[8]ページ先頭

©2009-2025 Movatter.jp