Technical data

System Dump Analyzer
SEARCH
2.
SDA> SEARCH/STEPS=BYTE 80000000;1000 6
Searching from 80000000 to 80001000 in BYTE steps for 00000006...
Match at 80000A99
SDA>
The SEARCH command finds the value 00000006 in the longword at
80000A99.
3.
SDA> SEARCH/LENGTH=WORD 80000000;2000 6
Searching from 80000000 to 80002000 in LONGWORD steps for 0006...
Match at 80000054
Match at 800001EC
Match at 800012AC
Match at 800012B8
SDA>
The SEARCH command finds the value 0006 in the longword locations
80000054, 800001EC, 800012AC, and 800012B8.
SDA70