home *** CD-ROM | disk | FTP | other *** search
- COMPARE.COM
-
- This program compares two disk files for equality and lists the
- differences encountered. Addresses start at 0100H, which is typical
- for nearly all CP/M programs. Lack of data on a file is indicated by
- "**" on the listing in place of the byte value.
-
- The program is particularly useful in comparing two binary files,
- (such as .COM object code files), but is not limited to this use.
-
- To use: A>COMPARE FILEONE.TYP FILETWO.TYP
-
- If for some reason you would prefer the addresses to start at
- relative zero (page 0) rather than 0100H (page 1), use DDT or SID to
- change:
-
- 067A 00 for starting addresses at 0000H
- 067A 01 for starting addresses at 0100H
-
- This program was written by Tom Wood of SRX Systems in San Jose,
- CA (408) 926-9411.
- - Notes by Irv Hoff