Цитата(Andrew32768 @ Jul 19 2007, 16:40)

Спасибо, конечно!
Но как ими пользоваться не могу разобраться.
Как объединить два файла?
Дык у них хелп имеется.

Цитата
BIN2HEX Version 1.06
Copyright © 1993-1995 BITWARE.
All rights reserved.
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
/? This help text
Цитата
HEX2BIN Version 1.06
Copyright © 1995 Programix Corp.
Portions copyright © 1993-1995 BITWARE.
All rights reserved.
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