User`s guide

KA52/53/54 Firmware Commands
3.2 Console Commands
3.2.4 EXAMINE
The EXAMINE command examines the contents of the memory location or
register specified by the address. If no address is specified, + is assumed.
The display line consists of a single character address specifier, the physical
address to be examined, and the examined data.
EXAMINE uses the same qualifiers as DEPOSIT. However, the /WRONG
qualifier causes EXAMINE to ignore ECC errors on reads from physical
memory. The EXAMINE command also supports an /INSTRUCTION qualifier,
which will disassemble the instructions at the current address.
Format:
EXAMINE [qualifier-list] [address]
Qualifiers:
Data control: /B, /W, /L, /Q, /N:{count}, /STEP:{size}, /WRONG
Address space control: /G, /I, /M, /P, /V, /U
Command specific:
/INSTRUCTION Disassembles and displays the VAX MACRO–32 instruction at the specified
address.
Arguments:
[{address}] A longword address that specifies the first location to be examined. The
address can be an actual or a symbolic address. If no address is specified, + is
assumed.
Examples:
>>>EX PC ! Examine the PC.
G 0000000F FFFFFFFC
>>>EX SP ! Examine the SP.
G 0000000E 00000200
>>>EX PSL ! Examine the PSL.
M 00000000 041F0000
>>>E/M ! Examine PSL another way.
M 00000000 041F0000
>>>E R4/N:5 ! Examine R4 through R9.
G 00000004 00000000
G 00000005 00000000
G 00000006 00000000
G 00000007 00000000
G 00000008 00000000
G 00000009 801D9000
>>>EX PR$_SCBB !Examine the SCBB, IPR 17
I 00000011 2004A000 ! (decimal).
KA52/53/54 Firmware Commands 3–15