Basic Alpha SRM Console Command Descriptions

deposit

Writes data to the specified address.

Syntax

deposit [-{b,w,l,q,o,h}] [{physical, virtual, gpr, fpr, ipr}] [-n <count>] [-s <step>] [<device>:]<address> <data>

Arguments

<device>:

The optional device name (or address space) selects the device to access. The following platform-independent devices are supported:

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

 

 

gpr-name

Represents general-purpose register.

ipr-name

Represents internal processor register.

PC

Program counter.

+

The location immediately following the last location referenced by

 

examine or deposit.

7–8Alpha SRM Console Firmware

Page 46
Image 46
Compaq 164SX user manual Deposit, Writes data to the specified address