IHEX binary to Intel hex conversion utility.
version 0.90/30 Apr 96 - preliminary release.

usage:  IHEX [options] filename

where 'filename' is the name of the input file.

options:
  -se[gment] XXXX - create a segment record (XXXX is hexadecimal)
  -of[fset] XXXX  - specify a record offset


for example:

IHEX hello.com

reads a file called HELLO.COM and creates a file called HELLO.HEX


IHEX /se 1800 myfiles.bin

reads a file called MYFILES.BIN and creates a file called MYFILES.HEX
where the image is to be loaded at 1800:0000.


Bill Bailey
16 May 96
