Skip to content

j-kop/chex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chex

chex is a tool to quickly view .hex files in terminal

If you add the exe into your paths, you should be able to use it just like any other terminal command

console_preview

what is intel .hex file

You can read something about intel hex file here.

how to run and build

I use gcc, so I do it like this:

gcc .\src\main.c -o .\bin\chex

.\bin\chex.exe -f demo.hex

todo:

  • create option to add start and end address to display only part of hex file
  • check if checksum is correct
  • print "metadata" of the hexfile
  • add header to describe colums in the hexfile
  • check if the file is really a hexfile

About

chex is a tool to quickly view .hex files in terminal

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages