compare adr1 adr2 sizwhere:
| adr1 | specifies the start address of the first memory area. |
| adr2 | specifies the start address of the second memory area. |
| siz | is the size of the block of memory to be compared. This quantity is specified in bytes. |
PMON> compare 80020000 80060000 2000