Installation guide
Console Commands 3-15
3.10 Deposit
The deposit command stores data in a specified location.
Example 3-10 Deposit Command
1. >>> dep -b -n 1FF pmem:0 0 # Clear first 512 bytes
# of physical memory.
2. >>> d -l -n 3 vmem:1234 5 # Deposit 5 into four long-
# words starting at virtual
# memory address 1234.
3. >>> d -n 8 R0 FFFFFFFF # Load GPRs R0 through R8
# with -1.
4. >>> d -1 -n 10 -s 200 pmem:0 8 # Deposit 8 in the first
# longword of the first
# 17 pages in physical
# memory.
5. >>> d -1 pmem:0 0 # Deposit 0 to physical
# memory address 0.
>>> d + FF # Deposit FF to physical
# memory address 4.
6. >>> d scbb 800000 # Deposit SCBB
# with 800000.
When using deposit, if no options are given in subsequent commands, the
system uses the options from the preceding commands as the defaults for
address or location referenced, data type (-b, -l, -w, and so forth), data size
for increment (-s), and address space (gpr, ipr, pmem, and so forth).
For more information:
KN7AA CPU Technical Manual
KA7AA CPU Technical Manual
MS7AA Memory Technical Manual










