System Debug Reference Manual (32650-90888)

Chapter 4 109
System Debug Command Specifications :-Exit
D (display)
%cmdebug > dd 77.0,20,h,6,1
DST %77.0
%0 $ 01 ad 00 0a 00 00 00 00 00 00 00 00
%6 $ 00 00 00 00 00 00 00 00 43 4d 27 49
%14 $ 4e 49 54 49 41 4c 20 20
%cmdebug > dd 77.0,20,h,6,2
DST %77.0
%0 $ 01ad 000a 0000 0000 0000 0000
%6 $ 0000 0000 0000 0000 434d 2749
%14 $ 4e49 5449 414c 2020
%cmdebug > dd 77.0,20,h,6,4
DST %77.0
%0 $ 01ad000a 00000000 00000000 00000000 00000000 434d2749
%14 $ 4e495449 414c2020 20202000 930c0000 4d495827 5041524d
%30 $ 20202020 20202000 00000000 4c4f4144
Display DST 77.0, for 20 words, in hexadecimal.
Display the data as bytes (1), CM 16-bit words (2), and NM 32-bit words (4).
Note that the offset addresses are displayed in octal (the current output base), while the
data is displayed in hexadecimal, as requested.
$nmdebug > dsec 1.0,4,a
SEC $1.0 ASCII ..HP ESYS ..]@ ....
Display secondary storage at the disk address 1.0 (LDEV=1, byteoffset=0). Display four
words in ASCII. This example displays a portion of the volume label.
%cmdebug > da %1114,3,a
ABS+%1114 ASCII 82 04 9
%cmdebug > da %1474,3,a
ABS+%1474 ASCII 9 82 04
Two examples that display CM ABS relative. Both examples display three words in ASCII.
ABS is CM Bank 0 low core memory. CM SYSGLOB starts at ABS+%1000.
The first example displays the SEL release ID in the form:
uu ff vv
.
The second example displays the MPE/iX system version ID in the form:
vv uu ff
.
$nmdat > wl pc
SYS $a.728304
$nmdat > wl vtor(pc)
$c18304
$nmdat > dz tr0+((vtor(pc)>>$b)*$10),4
REAL $00603500 $ 80000000 0000000a 00728000 02400000
The logical code address of PC is SYS $a.728304, which translates to real memory address
c18304.
This example displays the 4-word PDIR entry in real memory for the page that contains
PC.
Display real memory (DZ) at the address TR0 (start of PDIR) plus the offset to entry, which