Deposit Command - Digital Equipment Digital AlphaStation 400 Series User Information

Hide thumbs Also See for Digital AlphaStation 400 Series:
Table of Contents

Advertisement

Console Commands

Deposit Command

The deposit command writes data to an address that you specify. The address can be a
memory location, register, device, or file.
The syntax of the deposit command is shown below:
deposit [-{b,w,l,q,o,h}] [-{physical,virtual,gpr,fpr,ipr}] [-n
<count>] [-s <step>] [<device>:]<address> <data>
The deposit command options are described in Table A-11.
Table A-11. SRM Deposit Command Options
Command Option
-b
-w
-l
-q
-o
-h
-physical
-virtual
-gpr
-fpr
-ipr
-n <count>
-s <step>
[<device>:]
A-14
Description
Byte of data.
Word of data.
Longword of data.
Quadword of data.
Octaword of data.
Hexaword of data.
References physical address space.
References virtual address space.
References general purpose register address space.
References floating point register (FPR) address space.
References internal processor register (IPR) address space.
Specifies the number of consecutive locations to examine.
Specifies the address increment as a hexadecimal value. This
option allows you to override the increment that is normally
derived from the data size.
Selects the device to access. The following devices are
supported:
pmem: physical memory.
vmem: virtual memory. All access and protection checking
occurs.

Advertisement

Table of Contents
loading

Table of Contents