Compare up to 64k bytes of memory at two locations in storage.
Syntax:
──── C ─── addr1 ───── n ──── addr2 ─────────────────────
Parameters:
addr1
Results & Notes:
Storage is compared, if no differences are found then the command prompt is displayed. If either of the addresses is invalid then an error message is displayed.
Where differences are found in the address range then they are displayed in the following way:
001f:00000000 57 4f 001f:00000003001f:00000001 50 32 001f:00000004 001f:00000003 57 4f 001f:00000006
The addresses of the two differing locations are displayed outermost and the bytes at those locations are displayed in columns 2 and 3.