              Obj2Bin Object Code Conversion Utility
                   Version 1.0 April 1994


                         Included in 
       Programming and Interfacing 8051 Microcontrollers 
                   Courtesy Rigel Corporation


                Copyright 1994 Rigel Corporation

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


Obj2Bin is a utility that converts an Intel hex code OBJ file to a binary 
file.  Obj2Bin 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.

Obj2Bin is invoke from DOS by typing

    Obj2Bin file1[.obj]  file2[.bin]

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

