System Debug Reference Manual (32650-90888)

Chapter 4 107
System Debug Command Specifications :-Exit
D (display)
realaddr
DZ only.
The real mode HP Precision Architecture memory address to be displayed.
ldev.off
DSEC only.
The logical device number (LDEV) and offset (in bytes) of the data on disk
to be displayed.
count
DA, DC@ (CM), DD, DDB, DS, DQ: The number of CM 16-bit words to be
displayed.
DC@ (NM), DV, DZ, DSEC: The number of NM 32-bit words to be displayed. If
omitted, then a single value is displayed.
base
The desired representation mode for output values:
% or OCTAL Octal representation
# or DECIMAL Decimal representation
$ or HEXADECIMAL Hexadecimal representation
ASCII ASCII representation
BOTH Numeric and ASCII together
CODE Disassembled code representation
STRING Packed ASCII representation
This parameter can be abbreviated to as a single character.
By default, and for the numeric portion of B[OTH], the current output base
is used.
Display code commands (DC@) automatically set the base to CODE, unless
another base is explicitly specified.
Note that the address portion of the display is always formatted using the
current output base (see ENV OUTBASE and the SET command), not the
specified base parameter.
recw
The number of words to be displayed per line. Large requests may cause
lines to wrap around on the terminal, but may be appropriate for offline
listings, based on the ENV variable LIST_WIDTH.
By default, either 4 or 8 words will be displayed per line, based on the
command, count, and base.
When the base CODE is selected, disassembled code is always displayed
one word per line.
bytew
The width in bytes of the displayed values. Values can be displayed as
1 byte Single bytes (8 bits)
2 bytes CM (16-bit words)
4 bytes NM (32-bit words) / CM double-words
If omitted, values are displayed as CM words (2) or NM words (4), based on