Owner`s manual
The EXAMINE command syntax is:
E[XAMINE] [/qualifier] [<address>]
where /qualifier is a value from Table 5–7, and <address> is a 1- to 8-digit
hexadecimal value or one of the following:
• PSL, the processor status longword. You cannot use any address space
qualifier with PSL.
• PC, the program counter. The address space is set to /G.
• SP, the stack pointer. The address space is set to /G.
• Rn, the general purpose register n. The register number is in decimal.
The address space is set to /G.
• For use with an attached vector processor:
VCR, 7-bit Vector Count Register. No address qualifier is permitted.
VLR, 7-bit Vector Length Register. No address qualifier is permitted.
VMR, 64-bit Vector Mask Register. No address qualifier is permitted.
V0–V15, vector registers. Elements of a vector register are specified
Vn:mm, where n is a decimal number 0–15 specifying the vector
register, and mm is a hex number 0–3F specifying the element within
the vector register. The address qualifier must be set to /VE.
• +, the location immediately following the last location you referenced in
an EXAMINE orDEPOSITcommand. 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 one.
• –, the location immediately preceding the last location you referenced
in an EXAMINE or DEPOSIT command. For physical and virtual
memory, the referenced location is the last location minus 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 minus one.
• *, the last location you referenced in an EXAMINE or DEPOSIT
command.
• @, the location addressed by the last location you referenced in an
EXAMINE or DEPOSIT command.
If no qualifiers are given with subsequent commands, the system uses
the qualifiers from the preceding command as the defaults. With the /M
qualifier, the address is a 3-digit hex number (400 or above).
Console 5–25










