SRM Console Commands
7
-
27
7.5.13 Deposit
The deposit command stores data in a specified location.
Example 7-13 Deposit Command
1.
P00>>> dep -b -n 1FF pmem:0 0 # Clear first 512 bytes
# of physical memory.
2.
P00>>> d -l -n 3 vmem:1234 5 # Deposit 5 into four
# longwords starting at
# virtual memory address
# 1234.
3.
P00>>> d -n 8 R0 FFFFFFFF # Load GPRs R0 through R8
# with -1.
4.
P00>>> d -1 -n 10 -s 200 pmem:0 8 # Deposit 8 in the
# first longword of the first
# 17 pages in physical
# memory.
5.
P00>>> d -1 pmem:0 0 # Deposit 0 to physical
# memory address 0.
6. P00>>> d + FF # Deposit FF to physical
# memory address 4.
7. P00>>> d scbb 820000 # Deposit SCBB
# with 820000.
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).