System Debug Reference Manual (32650-90888)

Chapter 6 289
System Debug Command Specifications M-X
W (write)
zero fill, and field width for that value.
value1[:fmtspec1] value2[:fmtspec2] ...
A format specification is a string list of selected format directives, with
individual directives separated by commas or blanks:
"directive1,directive2 directive3 ..."
The following table lists the supported format directives; they can be
entered in uppercase or lowercase:
+ Current output base ($, #, or % prefix displayed).
-< Current output base (no prefix).
+< Current input base ($, #, or % prefix displayed).
-< Current input base (no prefix).
$ Hex output base ($ prefix displayed).
# Decimal output base (# prefix displayed).
% Octal output base (% prefix displayed).
H Hex output base (no prefix).
D Decimal output base (no prefix).
O Octal output base (no prefix).
A ASCII base (use "." for nonprintable chars).
N ASCII base (loads actual nonprintable chars).
L Left-justified.
R Right-justified.
B Blank-filled.
Z Zero-filled.
M Minimum field width, based on value.
F Fixed field width, based on the type of value.
Wn User specified field width
n
.
Cn Position the output starting at column
n
.
T Typed (display the type of the value).
U Untyped (do not display the type of the value).
QS Quote single (surround w/ single quotes).
QD Quote double (surround w/ double quotes).
QO Quote original (surround w/ original quote character).
QN Quote none (no quotes).
The M directive (minimum field width) selects the minimum possible field
width necessary to format all significant digits (or characters in the case of