4-12 Compaq AlphaServer ES40 Service Guide
4.6
deposit and examine
The deposit command writes data to the specified address of a memory
location, register, or device. The examine command displays the
contents of a memory location, register, or a device.
Example 4–4 deposit and examine
deposit
P00>>> dep -b -n 1ff pmem:0 0
➊
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 ➐
examine
P00>>> e dpr:34f0 -l -n 5
➊
dpr: 34F0 00000000
dpr: 34F4 00000000
dpr: 34F8 00000000
dpr: 34FC 00000000
dpr: 3500 204D5253
dpr: 3504 352E3558
P00>>>