User`s manual

GO - Go Execute User Program
3-77
3
PPC1-Bug>DS 30000 <Return>
00030000 3CA00000 ADDIS R5,R0,$0
00030004 2B040000 CMPLI CRF6,0,R4,$0
00030008 419A0014 BC 12,26,$0003001C
0003000C 98A30000 STB R5,$0(R3) ($000410FE)
00030010 3884FFFF ADDI R4,R4,$FFFFFFFF
00030014 38630001 ADDI R3,R3,$1
00030018 4BFFFFEC B $00030004
0003001C 4E800020 BCLR 20,0
PPC1-Bug>
Initialize R3/R4, set some breakpoints, and start the target
program.
PPC1-Bug>RM R3 <Return>
R3 =000410FE? 68000 <Return>
R4 =00000000? 34. <Return>
PPC1-Bug>
PPC1-Bug>BR 30018 3001C <Return>
BREAKPOINTS
00030018 0003001C
PPC1-Bug>
PPC1-Bug>GO 30000 <Return>
Effective address: 00030000
At Breakpoint
IP =00030018 MSR =00003030 CR =00000040 FPSCR =00000000
R0 =00000000 R1 =00020000 R2 =FFF0178C R3 =00068001
R4 =00000033 R5 =00000000 R6 =00000000 R7 =00000000
R8 =00000000 R9 =00000000 R10 =00000000 R11 =00000000
R12 =00000000 R13 =00000000 R14 =00000000 R15 =00000000
R16 =00000000 R17 =00000000 R18 =00000000 R19 =00000000
R20 =00000000 R21 =00000000 R22 =00000000 R23 =00000000
R24 =00000000 R25 =00000000 R26 =00000000 R27 =00000000
R28 =00000000 R29 =00000000 R30 =00000000 R31 =00000000
SPR0 =00000000 SPR1 =00000000 SPR8 =00020014 SPR9 =00000000
00030018 4BFFFFEC B $00030004
PPC1-Bug>
Remove breakpoint at this location (* represents the current
instruction pointer).
PPC1-Bug>NOBR * <Return>
BREAKPOINTS
0003001C
PPC1-Bug>