GETLOC/CMD, which is located at 2400H, will find any hex string between two     addresses in memory.

CHECK/CMD, also at 2400H, will compare two versions of the same machine code    program and display the differences.

MOVE/CMD is used in conjunction with CHECK/CMD.   Load the first version of the program, use MOVE to move it to a different location, then load the second      version and use CHECK to compare them.   If, for example, you have a program    which occupies 3000H to 42C0H, load it, MOVE it to say 5000H, load the other    version at 3000H and run CHECK giving the appropriate addresses.   Move only    moves the program, it does NOT relocate it.

README/TXT  M.C.Matthews 04.05.91
