KA681/KA691/KA692/KA694 Firmware Commands
A.2 Console Commands
Examples:
>>>D/P/B/N:1FF 0 0
! Clear first 512 bytes of
! physical memory.
>>>D/V/L/N:3 1234 5
! Deposit 5 into four longwords
! starting at virtual memory address
! 1234.
>>>D/N:8 R0 FFFFFFFF
! Loads GPRs R0 through R8 with -1.
>>>D/L/P/N:10/ST:200 0 8
! Deposit 8 in the first longword of
! the first 17 pages in physical
! memory.
>>>D/N:200 - 0
! Starting at previous address, clear
! 513 longwords or 2052 bytes.
A.2.5 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.
A–18 KA681/KA691/KA692/KA694 Firmware Commands