User`s manual

MA - Macro Define/Display NOMA - Macro Delete
3-114
3
MA - Macro Define/Display
NOMA - Macro Delete
Command Input
MA [NAME|;L]
NOMA [NAME]
Description
The MA command allows you to define a macro consisting of any
number of debugger commands with optional parameter
specifications.
NOMA command is used to delete either a single macro or all
macros.
The NAME argument is a macro name, which may be any
combination of one to eight alphanumeric characters.
Enter MA without a macro name to view a list of all currently
defined macros and their definitions.
When MA is invoked with the name of a currently defined macro,
the macro definition is displayed. Line numbers, which are
assigned in increments of 10, are shown to facilitate editing with the
MAE command.
If MA is invoked with a valid name that does not currently have a
definition, then the debugger enters the macro definition mode. In
response to each macro definition prompt M=, type a debugger
command followed by the return key. To exit the macro definition
mode, press the Return key (null line) at the prompt.
Commands are not checked for syntax until the macro is invoked.
A macro must contain primitive debugger commands (i.e., no
definition). If the macro contains errors, you may either edit it with
the MAE command or delete with the NOMA command and
redefine it.