Installation guide
Console Commands 3-19
3.11 Examine
The examine command displays the contents of a memory location,
a register, or a device. The options are similar to the deposit com-
mand options.
Example 3-11 Examine Command
1. >>> examine pc # Examine the program
gpr: 000000F ( PC) 00000000 # counter - VAX 7000.
2. >>> examine sp # Examine the stack
gpr: 000000E ( SP) 00012FB8 # pointer - VAX 7000.
3. >>> examine psl # Examine the processor
# status longword -
# VAX 7000.
CM TP FPD IS CURMOD PRVMOD IPL DV FU IV T N Z V C
PSL 041F0000 0 0 0 1 KERNEL KERNEL 1F 0 0 0 0 0 0 0 0
4. >>> e -n 6 r4 # Examine register R4 and
# the next 6 registers -
# DEC 7000.
gpr: 00000004 ( R4) 00000003F4000000
gpr: 00000005 ( R5) 0000000000001404
gpr: 00000006 ( R6) FFFFFFFF80680000
gpr: 00000007 ( R7) 0000000000000000
gpr: 00000008 ( R8) 0000010000000000
gpr: 00000009 ( R9) 0000000000000002
gpr: 0000000A ( R10) 0000000000000001
5. >>> examine pmem:400EC # Examine physical
pmem: 000400EC A762FAF847E11411 # memory - DEC 7000.
6. >>> examine demna0:0 # Examine demna0’s
demna0: 00000000 0000000108020C03 # Device Register -
# DEC 7000.










