Deposit Command - Digital Equipment AlphaStation 500 Series User Information

Table of Contents

Advertisement

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:
deposit [-{b,w,l,q,o,h}] [-{physical,virtual,gpr,fpr,ipr}]
[-n < count >] [-s < step >] [< device >:]< address > < data >
where:
Command Option
-b
-w
-l
-q
-o
-h
-physical
-virtual
-gpr
-fpr
-ipr
-n < count >
-s < step >
[< device >:]
Description
Byte of data.
Word of data.
Longword of data.
Quadword of data.
Octaword of data.
Hexword of data.
Reference physical address space.
Reference virtual address space.
Reference general-purpose register address space.
Reference floating-point register address space.
Reference internal-processor register address space.
Specifies the number of consecutive locations to deposit.
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
will occur.
AlphaStation 500 Series User Information A-19
Console Commands

Advertisement

Table of Contents
loading

Table of Contents