Chapter Contents

Previous

Next
Window Directory

Register Window

Register Window

[IMAGE]

DESCRIPTION
The Register window enables you to take a close look at the way your program uses the machine. You can view the following information:

The only way to open the Register window is with the window open register command. Issuing a window open register command when the Register window is already open causes it to be updated. Pressing ENTER also updates it.

Each of the registers and the current instruction address is associated with a debugger variable. These variables are assigned values that are based on the contents of the register. For example, using the Register window as shown above, you can determine that debugger variable $r0 has a value of 0x0180016c , which was derived from the contents of general purpose register 0. Debugger variables can be used as arguments to commands, such as the print and dump commands, that support expressions.

ADDITIONAL DISCUSSION
Using the Register Window


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.