			   ColonFix
		   Version 1.0 December 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


ColonFix is a utility that checks for the proper use of colons 
after labels and symbols.  The Intel MCS-51 assembly language 
requires colons after labels.  Moreover, colons should not be used 
after symbols, such as those preceeding EQU pseudo op.  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.

ColonFix is invoke from DOS by typing (DOS is case insensitive)

    ColonFix inFile1[.asm]  outFile[.asm]

Note that the asm extensions are optional.  the output file name
outFile[.asm] must be different than the source file 
(inFile[.asm]).  This is to assure that the original source code 
is not damaged.

