User`s manual

BC - Block of Memory Compare
3-6
3
Example 2: Compare the memory, with nothing printed.
PPC1-Bug>BC 20000:20 21000;B <Return>
Effective address: 00020000
Effective count : &32
Effective address: 00021000
PPC1-Bug>
Example 3: Create a mismatch (using the MM command), and
prints out the mismatches.
PPC1-Bug>MM 2100F;B <Return>
0002100F 21? 0. <Return>
PPC1-Bug>
PPC1-Bug>BC 20000:20 21000;B <Return>
Effective address: 00020000
Effective count : &32
Effective address: 00021000
0002000F|21 0002100F|00
PPC1-Bug>