This utility program creates an Intel HEX file from a BINARY file. Options for this utility program are listed below:
Syntax: BIN2HEX [/option] binfile [hexfile] binfile is the binary input file hexfile is the Intel HEX file to create option may be any of the following /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