System Debug Reference Manual (32650-90888)

Chapter 9 347
System Debug Window Commands
UWm
Parameters
amount
This is the number of columns to shift the window. A positive value shifts
the window right (view data past the right end of the screen). A negative
value shifts the window left (view data past the left end of the screen). If
no value is given, the window is shifted to column 1.
win_number
The window number for a specific text window (TX). If
win_number
is
omitted, then the current window is used.
Examples
$nmdebug > TXS #20
Shift the window 20 columns to the right.
$nmdebug > TXS -9999
Shift the window to the left. Any column number less than 1 is automatically converted to
column 1.
Limitations, Restrictions
none
UW
m
Allocates a named user window at the specified address. The command name specifies
which type of window to define. User windows are displayed within the group window.
Syntax
UWA
offset
[
name
] Absolute memory relative (ABS)
UWDB
offset
[
name
] DB relative
UWS
offset
[
name
] S relative
UWQ
offset
[
name
] Q relative
UWD
dst.off
[
name
] Data segment and offset
UWCA
cmabsaddr
[
name
] Code (CST) segment and offset
UWCAX
cmabsaddr
[
name
] Code (CSTX) segment and offset
UWV
virtaddr
[
name
] Virtual address
UWZ
realaddr
[
name
] Real address
Parameters
offset
UWA, UWDB, UWQ, UWS only. The CM word offset which specifies the
relative starting location.
dst.off
UWD only. The data segment and offset where to aim the window.