User`s manual
BV - Block of Memory Verify
3-23
3
If the upper address of the range is not on the correct boundary for
an integer multiple of the data to be verified, data is verified to the
last boundary before the upper address. No address outside of the
specified range is read from in any case. The Effective address
messages displayed by the command show exactly the extent of the
area read from.
Examples
Example 1: For this example, assume memory from $20000 to
$2002F is as indicated. In this example the default data element size
is word, and the block verify was successful (i.e., nothing printed).
PPC1-Bug>MD 20000:18;H <Return>
00020000 4E71 4E71 4E71 4E71 4E71 4E71 4E71 4E71 NqNqNqNqNqNqNqNq
00020010 4E71 4E71 4E71 4E71 4E71 4E71 4E71 4E71 NqNqNqNqNqNqNqNq
00020020 4E71 4E71 4E71 4E71 4E71 4E71 4E71 4E71 NqNqNqNqNqNqNqNq
PPC1-Bug>
PPC1-Bug>BV 20000 2001F 4E714E71 <Return>
Effective address: 00020000
Effective address: 0002001F
PPC1-Bug>
Example 2: For this example, assume memory from $20000 to
$2002F is as indicated. Mismatches are printed out.
PPC1-Bug>MD 20000:18;H <Return>
00020000 0000 0000 0000 0000 0000 0000 0000 0000 ................
00020010 0000 0000 0000 0000 0000 0000 0000 0000 ................
00020020 0000 0000 0000 0000 0000 4AFB 4AFB 4AFB ..........J{J{J{
PPC1-Bug>
PPC1-Bug>BV 20000:30 0;B <Return>
Effective address: 00020000
Effective count : &48
0002002A|4A 0002002B|FB 0002002C|4A 0002002D|FB
0002002E|4A 0002002F|FB
PPC1-Bug>