Skip to content

VeronicaBionicle/i8hex-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Converter for making and reading I8HEX files

  1. From list of numbers to I8HEX format
    1. Type numbers manually or import .txt file with list of numbers. Delimiter is ',' ! There is directory Input for importing files
    2. Choose base: decimal(DEC) or hexadecimal(HEX)
    3. Input initial address (default is 0)
    4. Input number of bytes in line (default is 16 (0x10))
    5. Push button Convert to hex
    6. Watch result
    7. Export to .hex or .txt file There is directory Output for export files
  2. From I8HEX format to readable text
    1. Import .hex file There is directory Input for importing files
    2. Push button Convert from hex
    3. Watch result
    4. Export to .txt file There is directory Output for export files

How it works

About

Tiny utility for working with I8HEX files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages