SRM Console Diagnostics 4-15
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.