readme.hex

来自「hex convertion to decimal」· HEX 代码 · 共 16 行

HEX
16
字号

This .ZIP file contains three utilities that may be useful in dealing with 
Intel hex format data files.

HEX2BIN.EXE - Converts a hex file to an absolute binary file. Handy for some 
              programmers that only accept binary source files.

BIN2HEX.EXE - Converts an absolute binary file into a hex file. (Reverse of 
              the above.) 
              
HEX2HEX.EXE - Re-writes a hex file in hex format, with no more than 16 data 
              bytes per line. This allows fixing bad line checksums and fixing 
              files for some programmmers that don't accept hex files with 
              more than 16 data bytes per line. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?