System Debug Reference Manual (32650-90888)
252 Chapter6
System Debug Command Specifications M-X
REGLIST
Limitations, Restrictions
Upon initial entry into System Debug, the command stack is empty, since no prior
command has been executed. If the REDO command is entered as the command, a blank
command is provided for editing.
The MPE XL Command Interpreter allows an edit string to be specified on the REDO
command line. This feature is not supported in System Debug.
REGLIST
Lists the registers into a file in USE file format.
Syntax
REGLIST [
filename
]
Parameters
filename
The name of the file into which the registers are listed.
Examples
$nmdebug > reglist rsave
$nmdebug >
List the contents of the registers into the file rsave. You can use the USE command later to
restore the state of the registers.
Limitations, Restrictions
REGLIST dumps only the NM register set.
RESTORE
Restores macros or variables from a file that was previously created by the STORE
command.
Syntax
RESTORE MACROS
filename
RESTORE VARIABLES
filename
The RESTORE command quickly restores saved macros or variables from a binary file that