Debugger memory view from register

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debugger memory view from register

561 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MikeSimmonds on Fri Sep 28 03:40:35 MST 2012
[SIZE=2][FONT=Tahoma]What is the syntax to start a new memory view from the contents of (say) r7.
I.e. a processor register?

A swift answer would be very much appreciated (if any one knows of the top of their head) as I am currently trying to debug an all assembler project.

Thanks.
[/FONT][/SIZE]
0 Kudos
Reply
2 Replies

552 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MikeSimmonds on Sat Sep 29 07:54:34 MST 2012
[FONT=Tahoma][SIZE=2]
Quote: [/SIZE
[/FONT][FONT=Tahoma][SIZE=2]=CodeRedSupport;19125][/SIZE][/FONT][FONT=Tahoma][SIZE=2]Use $r7[/SIZE][/FONT][FONT=Tahoma][SIZE=2] as the expression to monitor.[/SIZE][/FONT][FONT=Tahoma][SIZE=2]


[/SIZE][/FONT][FONT=Tahoma][SIZE=2]Thanks, I tried everything else but that; @r7, %r7, &r7, *r7, ... :o
[/SIZE][/FONT]
0 Kudos
Reply

552 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Sat Sep 29 06:46:57 MST 2012
Use [FONT=Courier New]$r7[/FONT] as the expression to monitor.

Regards,
CodeRedSupport
0 Kudos
Reply