BIN轉HEX工具
軟件大小:11.7 KB | 軟件性質: 免費軟件 |
更新時間:2012/5/8 16:56:06 | 應用平臺:Win9X/Win2000/WinXP |
下載次數:37457 | 下載來源:米爾科技 |
軟件語言:英文 | 軟件類別:其他資料 > |
![]() |
該工具將二進制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模式(虛擬機)執行它。