User`s guide

Table Of Contents
User Commands 4–25
User Commands
compare
compare
The compare command compares a memory range to a specified address.
Format
compare start_address end_address compare_address
Parameters
start_address
Specifies the memory address at which to start the comparison.
end_address
Specifies the last address that will be compared.
compare_address
Specifies the address to be compared to the memory range.
Description
The compare command compares each longword (32 bits) within a specified range
in memory to another specified location. It then prints the data that differ.
Example
EB66+ copy 3fff80000 3fffd0000 400000
EB66+ fill 400200 400220
EB66+ fill 400400 400440 ffffffff
EB66+ compare 3fff80000 3fffd0000 400000
3FFF80200: 64 86 00 E7 64 00 80 FF 00400200: 00 00 00 00 00 00 00 00
3FFF80208: 7B 06 78 C3 44 A0 10 C0 00400208: 00 00 00 00 00 00 00 00
3FFF80210: F4 9B 10 E0 C3 80 00 80 00400210: 00 00 00 00 00 00 00 00
3FFF80218: 00 CC 00 64 83 00 84 74 00400218: 00 00 00 00 00 00 00 00
3FFF80400: E2 39 37 05 49 99 76 26 00400400: FF FF FF FF FF FF FF FF
3FFF80408: 4B 96 16 C4 4A 36 B7 C1 00400408: FF FF FF FF FF FF FF FF
3FFF80410: 4A 16 04 36 43 00 90 D6 00400410: FF FF FF FF FF FF FF FF
3FFF80418: 6E 0D 00 C0 E2 20 00 08 00400418: FF FF FF FF FF FF FF FF
3FFF80420: 75 40 00 D6 76 42 00 D6 00400420: FF FF FF FF FF FF FF FF
3FFF80428: 76 97 00 08 65 88 00 D6 00400428: FF FF FF FF FF FF FF FF
3FFF80430: 66 95 00 39 67 00 80 FF 00400430: FF FF FF FF FF FF FF FF
3FFF80438: 79 7B 44 00 39 67 99 36 00400438: FF FF FF FF FF FF FF FF
3FFFD0000: FF FF FF FF FF FF FF FF 00450000: 2D 00 00 00 00 00 00 00