SRM Console Commands
7
-
31
The examine command syntax is:
e[xamine] [-{b,w,l,q,o,h,d}] [-{n val, s val}] [space:] <address>
where the options are values from Table 7-6, space: is the optional device name (or
address space) of the device to access, and address is a longword that specifies the
first location to be examined.
The display line consists of the device name, the hexadecimal address or offset within
the device, and the examined data also in hexadecimal.
Table 7-6 Examine Command Options
Option
Meaning
-b
Defines data size as a byte.
-d
Disassembles instruction at current address.
-h
Defines data size as a hexword.
-l
Defines data size as a longword; initial default.
-o
Defines data size as an octaword.
-q
Defines data size as a quadword.
-w
Defines data size as a word.
-n val
Number of consecutive locations to examine.
-s val
Specifies the address increment size. Default is data size.