Deposit And Examine - Compaq ES40CSLP Installation, User & Service Manual

Rackmount system
Table of Contents

Advertisement

6.6.2.5 deposit and examine

The deposit command stores data in a specified location. The examine command displays the
contents of a memory location, a register, or a device.
GHSRVLW
The deposit command stores data in the location specified. If no options are given, the system
uses the options from the preceding deposit command. If the specified value is too large to fit
in the data size listed, the console ignores the command and issues an error. If the data is
smaller than the data size, the higher order bits are filled with zeros.
H[DPLQH
The examine command displays the contents of a memory location, a register, or a device. If
no options are given, the system uses the options from the preceding examine command. If
conflicting address space or data sizes are specified, the console ignores the command and
issues an error. For data lengths longer than a longword, each longword of data should be
separated by a space.
The syntax for the deposit and examine commands is:
deposit [-{b,w,l,q,o,h}] [-{n value, s value}] [space:] address data
examine [-{b,w,l,q,o,h}] [-{n value, s value}] [space:] address
-b
-w
-l (default)
-q
-o
-h
-d
-n value
-s value
space:
address
data
Symbolic forms can be used for the address. They are:
pc
The program counter. The address space is set to GPR.
The location immediately following the last location referenced in a deposit or examine
+
command. For physical and virtual memory, the referenced location is the last location plus
the size of the reference (1 for byte, 2 for word, 4 for longword). For other address spaces,
the address is the last referenced address plus 1.
Defines data size as byte.
Defines data size as word.
Defines data size as longword.
Defines data size as quadword.
Defines data size as octaword.
Defines data size as hexword.
Instruction decode (examine command only)
The number of consecutive locations to modify.
The address increment size. The default is the data size.
Device name (or address space) of the device to access.
Offset within a device to which data is deposited. Can be:
dev_name
A device name.
dpr
The dual-port RAM.
econfig
fpr- name
The floating-point register set; name is F0 to F31.
gpr- name
The general register set; name is R0 to R31.
ipr- name
The internal processor registers.
pconfig
The PCI configuration space.
pt- name
The PALtemp register set; name is PT0 to PT23.
pmem
Physical memory (default).
vmem
Virtual memory.
Data to be deposited.
Compaq ES40CSLP Rackmount System Installation/User/Service Guide 6–27
Troubleshooting and Diagnostics

Advertisement

Table of Contents
loading

Table of Contents