Depositing And Examining Data - Compaq AlphaServer 1200 User Manual

Table of Contents

Advertisement

4.13 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.
Example 4-25 Deposit Command
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 4-26 Examine Command
P00>>> examine pc
PC psr: 0 (
PC)
P00>>> examine sp
gpr:
F0 (
R30)
P00>>> e -n 6 r4
# 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.
0000000000001170
# Examine the stack pointer.
0000000000072A60
# Examine register R4 and
# the next six registers.
Continued on next page
SRM Console
4-39

Advertisement

Table of Contents
loading

Table of Contents