System Console Commands,
Continued
>>> DEPOSIT/P/N:5 00100000 01234567
P 00100000 01234567
P 00100004 01234567
P 00100008 01234567
P 0010000C 01234567
P 00100010 01234567
P 00100014 01234567
EXAMINE
The EXAMINE command displays specific memory locations from
the console.
Syntax:
EXAMINE/QUALIFIERS ADDRESS
Table 4–5 lists the qualifiers and what each one specifies.
Table 4–5 EXAMINE Command Qualifiers
Data size
/B - Byte (8 bits)
/W - Word (16 bits)
/L - Longword (32 bits)
/Q - Quadword (64 bits)
Address type
/V - Virtual address
/P - Physical address
/I - Internal processor register
/G - General purpose register
/M - Machine register
Range of
addresses
/N:X - Specifies that the X+1 locations be
written.
Protection
/U - Unprotects a protected memory location,
For example, the area of memory that the
console uses.
Continued on next page
4–20