7-30
AlphaServer 8200/8400 Operations Manual
7.5.14 Examine
The examine command displays the contents of a memory location, a register, or a
device. The options are similar to the deposit command options.
Example 7-14 Examine Command
1. P00>>> examine pc # Examine the
PC psr: 0 ( PC) 0000000000001170 # program counter.
2. P00>>> examine sp # Examine the
gpr: F0 ( R30) 0000000000072A60 # stack pointer.
3. P00>>> e -n 6 r4 # Examine register R4 and
# the next 6 registers -
gpr: 20 ( R4) 0000000000005000
gpr: 28 ( R5) 000000000FFFE000
gpr: 30 ( R6) 00000003F8000C00
gpr: 38 ( R7) 0000000053F761AE
gpr: 40 ( R8) 0000010000000000
gpr: 48 ( R9) 00000003F7800100
gpr: 50 ( R10) 00000000000C7FFC
4. P00>>> examine pmem:400EC # Examine physical
pmem: 400EC A49D0078A47D0070 # memory.
5. P00>>> examine demna0:0 # Examine demna0’s
demna0: 0 0000000108020C03 # Device Register.