BIN转HEX工具
软件大小:11.7 KB | 软件性质: 免费软件 |
更新时间:2012/5/8 16:56:06 | 应用平台:Win9X/Win2000/WinXP |
下载次数:36601 | 下载来源:完美体育·(中国)手机网页版科技 |
软件语言:英文 | 软件类别:其他资料 > |
该工具将二进制binary文件转换成Intel 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模式(虚拟机)执行它。