              ObjCmp Object Code Compare Utility
                   Version 1.0 November 1991

                         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

ObjCmp is a utility that compares two Intel hex code OBJ files.  ObjCmp
will report if the two OBJ files are equivalent, i.e., generate the same
code.  Note that two OBJ files may be dissimilar but still generate the
same target (machine) code.

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.

ObjCmp is invoke from DOS by typing

    ObjCmp file1[.obj]  file2[.obj]

Note that the obj extensions are optional.  File1.obj is compared to
file2.obj and any discrepancies are reported.
