Depositing and Examining Data
The deposit command stores data in a specified location. The examine
command displays the contents of a memory location, a register, or a device.
P00>>> dep -b -n 1ff pmem:0 0 # Clear first 512 bytes of
P00>>> d -l -n 3 vmem:1234 5
P00>>> d -n 8 r0 ffffffff
P00>>> d -l -n 10 -s 200 pmem:0 8
P00>>> d -l pmem:0 0
P00>>> d + ff
P00>>> d scbb 820000
Example 11-23. Deposit Command
P00>>> examine pc
PC psr: 0 (
P00>>> examine sp
gpr:
P00>>> e -n 6 r4
grp: 20 (
grp: 28 (
grp: 30 (
Compaq Confidential – Need to Know Required
Writer: Robert Young Project: AlphaServer DS20E System Comments:
Part Number: ER-K8F6W-UA .A01 File Name: l-ch11 Using the SRM Console.doc Last Saved On: 10/4/99 2:05 PM
PC)
0000000000001170
F0 (
R30)
0000000000072A60
R4) 0000000000005000
R5) 000000000FFFE000
R6) 00000003F8000C00
Using the SRM Console 11-43
# physical memory.
# Deposit 5 into four
# longwords starting at
# virtual memory address
# 1234.
# Load GPRs R0 through R8
# with -1.
# Deposit 8 in the first
# longword of the first 17
# pages in physical memory.
# Deposit 0 to physical
# memory address 0.
# Deposit FF to physical
# memory address 4.
# Deposit 820000 to SCBB.
# Examine the program
# counter.
# Examine the stack pointer.
# Examine register R4 and
# the next six registers.
Need help?
Do you have a question about the AlphaServer DS20E and is the answer not in the manual?
Questions and answers