README		Readme for Motorola S19 HEX comparison program
Wade Hampton
tasi029@tmn.com
September 7, 1995

Please, unless you have updates, I refer you to Motorola's BBS for
information on this and help on using it.  Send flames to /dev/null.

This is a utility for comparing two Motorola HEX files (.MHX or .S19).

WARNING:  I have not checked the .exe file.  It is from the Motorola BBS.
          Use with caution (could contain a virus).

To build:

      gcc -g -o comps19 comps19.c

    or for debug:

      gcc -DDEBUG -g -o comps19 comps19.c
  
    to print mismatches:

      gcc -DPRINT_MISMATCH -g -o comps19 comps19.c

To use:

   build a prom file, e.g. test.prm:

	74C64           E000    2000
	Code_ROM        E000    FFFF

   run the program and look at the output:

        comps19 test.prm file1.s19 -v file2.s19

Limitations:

1) Not very well tested.
2) There is a bounds check problem in the original (see the .c file).

Motorola ftp should be at:

   freeware.aus.sps.mot.com

I have not been able to access it (as of yet). 
The phone number for the BBS is:

   512-891-3733.






