Basic Alpha SRM Console Command Descriptions
deposit
Writes data to the specified address.
Syntax
deposit
Arguments
<device>:
The optional device name (or address space) selects the device to access. The following
•pmem
Physical memory.
•vmem
Virtual memory. All access and protection checking occur. If the access is not allowed to a program running with the current processor status (PS), the console issues an error message. If memory mapping is not enabled, virtual addresses are equal to physical addresses.
<address>
An address that specifies the offset within a device into which data is deposited. The address may be any legal symbolic address.
Valid symbolic addresses are shown in the following table.
Symbolic |
|
Address | Description |
|
|
Represents | |
Represents internal processor register. | |
PC | Program counter. |
+ | The location immediately following the last location referenced by |
| examine or deposit. |