2012年2月9日 星期四

[工作] HEXBIN.exe

執行CMD
進入HEX2BIN.exe的路徑下,
鍵入"HEX2BIN /?"會出現下列畫面


  /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

其中
Ln的n為16禁制如0x1000
Pn的n為10禁制如255(0xFF)

Example:
?:\>HEX2BIN /L0x8000 /P255 TEMP.HEX TEMP.BIN
即會將TEMP.HEX中未用到的位元填上0xFF
詳閱全文...