MPE/iX Quick Reference Guide (32650-90881)

142 Chapter6
System Debug
Debugging your system
LISTREDO
Displays the history command stack.
LISTREDO alias for HIST[ORY]
LOADINFO
Debug only
Lists information about the currently loaded program and libraries.
LOADINFO
LOADPROC
Debug only.
Dynamically loads a specified CM procedure from a logically specified CM library selector.
LOADPROC
procedurename libselect
LOC
Defines a local variable within a macro body.
LOC
var_name
[:
var_type
] [=]
var_value
LOCL[IST]
Lists the local variables that are defined with a macro.
LOCL[IST]
[pattern]
LOG
Controls the recording of user input to the logfile.
LOG
LOG [
filename
]
LOG [ON ]
LOG [OFF ]
LOG [CLOSE]
M (modify)
Debug only. Privileged Mode: MA, MD, MCS, MZ, MSEC.
Modifies the contents of the specified number of words at the specified address.
MA
offset
[
count
] [
base
] [
newvalue(s)
] ABS relative
MD
dst.off
[
count
] [
base
] [
newvalue(s)
] Data segment
MDB
offset
[
count
] [
base
] [
newvalue(s)
] DB relative
MS
offset
[
count
] [
base
] [
newvalue(s)
] S relative