User`s guide
E (Examine)
(KMON)
Displays in octal the contents of an address on the terminal.
Format
E address1[-address2]
Parameter
address
Specifies an octal address that, when added to the relocation base value from the
B (Base) command, provides the actual address that RT–11 examines.
Description
This command permits you to open specific locations in memory and inspect their
contents. It is most frequently used after a GET command to examine locations in
a program.
The E (Examine) command accepts both word and byte addresses, but it always
executes the command as though you specified a word address. If you specify an odd
address, RT–11 decreases it by one.
If you specify more than one address (in the form address1-address2), RT–11 displays
the contents of address1 through address2, inclusive. The second address (address2)
must always be greater than the first address. If you do not specify an address, RT–
11 displays the contents of relative location 0.
Note that you cannot examine addresses outside the background. However, you
can use the Examine and Deposit commands above a background job if you apply
customization patch 31 in the RT–11 Installation Guide.
104 RT–11 Command Descriptions










