User`s guide

KA52/53/54 Firmware Commands
3.2 Console Commands
Example:
>>>CONTINUE
$ !OpenVMS DCL prompt
3.2.3 DEPOSIT
The DEPOSIT command deposits data into the address specified. If you do not
specify an address space or data size qualifier, the console uses the last address
space and data size used in a DEPOSIT, EXAMINE, MOVE, or SEARCH
command. After processor initialization, the default address space is physical
memory and the default data size is longword. If you specify conflicting
address space or data sizes, the console ignores the command and issues an
error message.
Format:
DEPOSIT [qualifier-list] {address} {data} [data...]
Qualifiers:
Data control: /B, /W, /L, /Q, /N:{count}, /STEP:{size}, /WRONG
Address space control: /G, /I, /M, /P, /V, /U
Arguments:
{address} A longword address that specifies the first location into which data is deposited. The
address can be an actual address or a symbolic address.
{data} The data to be deposited. If the specified data is larger than the deposit data size,
the firmware ignores the command and issues an error response. If the specified
data is smaller than the deposit data size, it is extended on the left with zeros.
[{data}] Additional data to be deposited (as much as can fit on the command line).
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.
3–14 KA52/53/54 Firmware Commands