System Debug Reference Manual (32650-90888)
346 Chapter9
System Debug Window Commands
wS
CMPR
base
CM program
NMPR
base
NM program
QR
base
CM frame, Q relative
SR
base
CM stack, S relative
GR
base
Group window
UR
base
[
win_number
] User window
VR
base
[
win_number
] Virtual window
ZR
base
Real memory window
LR
base
Ldev window
Parameters
base
The desired representation mode for output values:
% or OCTAL Octal representation
# or DECIMAL Decimal representation
$ or HEXADECIMAL Hexadecimal representation
ASCII ASCII representation
This parameter can be abbreviated to as little as a single character.
win_number
The window number for a specific user window (U) or virtual window (V).
If
win_number
is omitted, then the current window is used. The current
user window is marked by an asterisk, and the current virtual window is
marked in inverse video.
Examples
%cmdebug > qr a
Display the values in the stack frame window in ASCII.
%cmdebug > ur d 3
Display user window number 3 in decimal.
Limitations, Restrictions
The R, GR, SR, and CMP windows cannot be set to an ASCII base. The radix for the NMP,
SR, and GR windows cannot be altered from its initial hexadecimal value.
w
S
Window shift. Shifts a window to the left or right. This command is defined for text
windows (TX).
Syntax
TXS [
amount
] [
win_number
]