欢迎来到瑞博软件站,找素材,搜软件,就上瑞博软件站!
BIN转HEX工具(BIN2HEX)将二进制binary文件转换成Intel HEX文件,BIN转HEX工具,可方便的将BIN程序文件转换为HEX程序文件。
语法:BIN2HEX [/option] binfile [hexfile]
binfile 为输入的二进制BIN文件
hexfile 为要创建的Intel HEX文件
option可为以下值:
/Ln Bytes to read from binary file
/In Binary file starting offset
/On Output file address offset (where HEX data starts)
/M Merge data into existing HEX file
/2 Generate HEX file using ext. segment address records (HEX86)
/4 Generate HEX file using ext. linear address records (HEX386)
/Q Quiet mode (no statistics are displayed)
/T Exclude EOF record
/A Append to end of existing HEX file
注意:该工具为DOS命令程序。它需要为文件名称和路径8.3命名约定,并且不能在Windows 7 64位系统上运行。当然,可以在Windows 7上实用XP模式(虚拟机)执行它。