System information
Console Commands
MicroVax 3100 Models 88/98 User Information
A-5
>>> D/N:200 - 0 ! Starting at previous address, clear
! 513 longwords or 2052 bytes.
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 when reading from physical memory. The EXAMINE
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.