User`s guide

SRM Console 4-41
-o Defines data size as octaword.
-h Defines data size as hexword.
-d Instruction decode (examine command only)
-n value The number of consecutive locations to modify.
-s value The address increment size. The default is the data size.
space: Device name (or address space) of the device to access.
address Offset within a device to which data is deposited. Can be:
dev_name A device name.
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.
pt- name The PALtemp register set; name is PT0 to PT23.
pmem Physical memory (default).
vmem Virtual memory.
data Data to be deposited.
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.
- The location immediately preceding the last location referenced in a deposit or
examine command. Memory and other address spaces are handled as above.
* The last location referenced in a deposit or examine command.
@ The location addressed by the last location referenced in a deposit or examine
command.