Installation guide

3-16 Console Commands
The deposit command syntax is:
d[eposit] [-{b,w,l,q,o,h,u}] [-{n val, s val}] [space:]<address> <data>
where the options are values from Table 3-2, and <data> is the value to be
stored. If the specified value is too large to fit in the data size to be depos-
ited, the console ignores the command and issues an error response. For
data lengths longer than a longword, each longword of data should be
separated by a space. If the data is smaller than the data size to be depos-
ited, the higher order bits are filled with zeros.
Table 3-2 Deposit Command Options
Option Meaning
-b
Defines data size as a byte.
-h
Defines data size as a hexword.
-l
Defines data size as a longword; initial default,
-o
Defines data size as an octaword.
-q
Defines data size as a quadword.
-w
Defines data size as a word.
-n val
Number of consecutive locations to modify.
-s val
Specifies the address increment size. Default is data size.
-u
Allows access to console private memory, while disabling
virtual address protection checks.