新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

新蒲京娱乐场官网8555cc最新网站提醒您:您的浏览器版本过低或者使用了兼容模式,为了获得更好的浏览体验,建议使用IE10以上的浏览器或使用极速模式。 请升级浏览器以获得更好的体验!

新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

首页 > 下载中心 > 其他资料 > BIN转HEX工具

BIN转HEX工具

软件大小:11.7 KB 软件性质: 免费软件
更新时间:2012/5/8 16:56:06 应用平台:Win9X/Win2000/WinXP
下载次数:35865 下载来源:新蒲京娱乐场官网8555cc最新网站
软件语言:英文 软件类别:其他资料 >
下载

该工具将二进制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模式(虚拟机)执行它。