MR DEBUG command [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
MR
DEBUG command
Modifies contents of ST, X, DL, Q, S, Z, P, 1, 2, 3, and 4 registers.
SYNTAX
MR [ ,register] [ ,register] ,...
PARAMETERS
register The register to be modified. Omitting this parameter
indicates all registers. New values then are requested,
one at a time, in the form:
register = currentcontents :=
to which you respond with an expression to specify the
desired new contents, terminated by a carriage return.
If the input is invalid, : = is repeated so you can
enter valid characters. A carriage return alone (null
value input) preserves the current contents.
An ASCII period (".") terminates any further requests
for modification. (Optional parameter.)
NOTE The following restrictions apply to the MR command:
1. The register contents must be such that
a. DL< 0 < Q < S < Z
2. Only bits 2 through 7 of the ST register can be changed.
Privileged Mode
All ST bits can be changed.
EXAMPLES
?MR
ST=60301:=2
X=0:=444
DL=177602:=500
:=177601
Q=26:=return
S=26:=27
Z=1462:=return
P=166:=167
1=0:=return
2=0:=return
3=0:=47
4=0:=124
MR command with no parameters. (All registers listed.)
Change to 2.
Change to 444.
Illegal entry.
Good value.
No change.
Change to 27.
No change.
Change to 167.
No change.
No change,
Change to 47.
Change to 124.
MPE/iX 5.0 Documentation