![DEC KA681 Скачать руководство пользователя страница 245](http://html1.mh-extra.com/html/dec/ka681/ka681_system-maintenance_2461319245.webp)
KA681/KA691/KA692/KA694 Firmware Commands
A.2 Console Commands
A.2.3 CONTINUE
The CONTINUE command causes the processor to begin instruction execution
at the address currently contained in the PC. It does not perform a processor
initialization. The console enters program I/O mode.
Format:
CONTINUE
Example:
>>>CONTINUE
$
!OpenVMS DCL prompt
A.2.4 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, the default data size is longword, and the default address is zero.
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 many as can fit on the command line).
KA681/KA691/KA692/KA694 Firmware Commands A–17