User`s manual
DU - Dump S-Records
3-50
3
Examples
Example 1: Dump memory from $20000 to $2002F to port 1.
PPC1-Bug>DU ,,20000 2002F <Return>
Effective address: 00020000
Effective address: 0002002F
PPC1-Bug>
Example 2: Dump 10 bytes of memory beginning at $30000 to the
terminal screen (port 0).
PPC1-Bug>DU 0 30000:&10 <Return>
Effective address: 00030000
Effective count : &10
S0030000FC
S20E03000026025445535466084E4F7B
S9030000FC
PPC1-Bug>
Example 3: Dump memory from $20000 to $2002F to host (port 1).
Specify a file named TEST in the header record and specify an entry
point of $2000A.
PPC1-Bug>DU ,,20000 2002F 'TEST' 2000A <Return>
Effective address: 00020000
Effective address: 0002002F
PPC1-Bug>