home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / filutl / compar.lbr / COMPARE.DOC < prev   
Encoding:
Text File  |  1985-02-10  |  896 b   |  23 lines

  1.              COMPARE.COM
  2.  
  3.      This program compares two disk files for equality and lists the 
  4. differences encountered.  Addresses start at 0100H, which is typical
  5. for nearly all CP/M programs.  Lack of data on a file is indicated by
  6. "**" on the listing in place of the byte value.
  7.  
  8.      The program is particularly useful in comparing two binary files,
  9. (such as .COM object code files), but is not limited to this use.
  10.  
  11.      To use:   A>COMPARE FILEONE.TYP FILETWO.TYP
  12.  
  13.      If for some reason you would prefer the addresses to start at
  14. relative zero (page 0) rather than 0100H (page 1), use DDT or SID to
  15. change:
  16.  
  17.       067A  00  for starting addresses at 0000H
  18.       067A  01  for starting addresses at 0100H
  19.  
  20.      This program was written by Tom Wood of SRX Systems in San Jose,
  21. CA (408) 926-9411.
  22.                 - Notes by Irv Hoff
  23.