              Obj2Hex Object Code Conversion Utility
                   Version 1.0 April 1994

                         Included in 
       Programming and Interfacing 8051 Microcontrollers 
                   Courtesy Rigel Corporation


             Copyright 1991-1994 Rigel Corporation

                        P.O. Box 90040
                     Gainesville, FL 32607
                     Phone: (904) 373-4629
                     BBS:   (904) 377-4435


Obj2Hex is a utility that converts an Intel hex code OBJ file to a 
hexadecimal string file.  Obj2Hex will report if the OBJ file does not 
conform to the Intel hex format.

This utility is intended to be used with Rigel Corporation's hardware and 
software tools for the MCS-51 assembly language and 8031/8051 family of 
microcontrollers.

Obj2Hex is invoke from DOS by typing

    Obj2Hex file1[.obj]  file2[.hex]

if the destination "file2[.hex]" is not specified, file1.bin is used as
the destination file.  Note that the "obj" and "hex" extensions are
optional.  File1.obj is converted to file2.hex and any discrepancies 
are reported.

