User`s guide

Following another virtual or physical
EXAMINE
or DEPOSIT, the default
is
the sum of the address from
the last
EXAMINE/DEPOSIT
plus the data length from the last EXAMINE/DEPOSIT. Typing a plus
sign (+) or minus sign
(-)
for <address> (for DEPOSIT only) gets this default. Following another IPR or
GPR
EXAMINE/DEPOSIT, the default
is
the sum of the address from the last
EXAMINE/DEPOSIT
plus one. Using PSL for the <address> performs a longword reference of the Processor Status Longword,
independent of the address and data length.
The
<data>
information must be represented by one-to-eight hexadecimal digits.
If
more digits than specified by the data length qualifier are supplied, the extra digits to the left are
ignored; if fewer digits are supplied, zeros are appended to the left. Examples of
EXAMINE
and
DEPOSIT commands are shown below.
»)E*
»)E
»)E/G
<address)
»)E/I
<address)
»)E/P
»)E/V
<address)
»)E
PSL
»)E/P/W
<address)
»)E/U
FF20
»)E/C
3800
»)E/M
12
»)D+
<address)
»)D/G
<address)
<data)
Examines
the
last
location
examined
or
deposited
into.
Examines
the
next
location.
Examines
GPR
register
number
<address).
Examines
IPR
register
number
<address).
Examines
physical
<address).
Examines
virtual
<address).
Examines
PSL.
Examines
word
at
physical
<address).
Examines
console
lID
device
20.
Examines
WCS
3800.
Examines
machine
internal
register
12.
Deposits
<data)
in
the
next
sequential
address.
Deposits
<address),
<data)
into
GPR
»)D/V/W
<address)(data)!
Deposits
a
word
of
<data)
in
»)D
PSL
<data)
»)D/U
5177
CA
»)D/C
3800
43FF11
virtual
<address).
Deposits
<data)
into
PSL.
DepOSits
CA
into
5177
into
console
microprocessor
RAM.
Deposits
43FF11
into
WCS
3800.
2-13