Console Commands
AlphaStation 500 Series User Information A-19
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
Description
-b
Byte of data.
-w
Word of data.
-l
Longword of data.
-q
Quadword of data.
-o
Octaword of data.
-h
Hexword of data.
-physical
Reference physical address space.
-virtual
Reference virtual address space.
-gpr
Reference general-purpose register address space.
-fpr
Reference floating-point register address space.
-ipr
Reference internal-processor register address space.
-n <
count>
Specifies the number of consecutive locations to deposit.
-s <
step>
Specifies the address increment as a hexadecimal value. This
option allows you to override the increment that is normally
derived from the data size.
[<
device>:]
Selects the device to access. The following devices are
supported:
•
pmem
: Physical memory
•
vmem
: Virtual memory. All access and protection checking
will occur.