Console Commands
VAX 4000 Model 108 User Information A-5
command also supports an /INSTRUCTION qualifier that disassembles 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).