Technical data

3.1.3.2 EXAMINE Command
The EXAMINE command is used to display the contents of specific memory
locations from the console.
Syntax:
EXAMINE /[qualifier] [address]
Table 3–5 lists the qualifiers and what each one specifies.
Table 3–5 EXAMINE Command Qualifiers
Qualifier Description
Data Size
1
/B Byte (8 bits)
/W Word (16 bits)
/L Longword (32 bits)
/Q Quadword (64 bits)
Address Space
2
/V Virtual memory
/P Physical memory
/I Internal processor register
/G General purpose register
/M Machine register
Range of Addresses
/N:X Specifies that the X+1 locations be read with the value specified by DATA
Protection
/U Unprotects a protected memory location. An example of a protected area is
the memory that the console uses.
1
The data values must be given in hexadecimal format.
2
The address specifies the address (or first address) to be written.
3–14 Using the Console