User`s guide

E (Examine)
Examples
1. This command displays the contents of location 1000, assuming the relocation
base is 0:
.E 1000
127401
2. This command sets the relocation base to 1000:
.B 1000
3. This command displays the contents of locations 2000 (offset of 1000 from last B
command) through 2005:
.E 1001-1005
127401 007624 127400
RT–11 Command Descriptions 105