Hex2Bin使用方法

注意:这个实用程序是一个DOS应用程序!它需要8.3命名约定的文件名和路径,它不运行在64位Windows版本。但是,如果需要,您可以在Windows 7的XP模式(虚拟PC)中执行。 

Syntax: HEX2BIN [/option] hexfile [binfile]

hexfile is the Intel HEX input file
binfile is the binary file to create

option  may be any of the following

  /Ln     Binary file length
  /Pn     Pad data for binary file
  /On     Address offset (to add to HEX records)
  /M      Merge data into existing BIN file
  /Q      Quiet mode (no statistics are displayed)
  /X      Don't process ext. segment/linear address records

  /?      This help text

64位Win7可用的Hex2Bin版本:

https://download.csdn.net/download/qq_24835087/10675313

猜你喜欢

转载自blog.csdn.net/qq_24835087/article/details/82781696