Macro Edit (Mae) - Motorola M68CPU32BUG User Manual

Debug monitor
Table of Contents

Advertisement

MAE
3.17 MACRO EDIT
MAE <name><del><line#><del>[<string>]
Where:
<name>
<line#>
<string>
The MAE command permits modification of the macro named on the command line. MAE is
line oriented and supports the following actions: insertion, deletion, and replacement.
To insert a line, specify a line number between the numbers of the lines that the new line is to be
inserted between. The text of the new line to be inserted must also be specified on the command
line following the line number.
To replace a line, specify its line number and enter the replacement text after the line number on
the command line.
A line is deleted if its line number is specified and the replacement line is omitted.
Attempting to delete a nonexistent line results in an error message being printed. MAE does not
permit deletion of a line if the macro consists of only that line. NOMA must be used to remove a
macro. To define new macros, use MA; the MAE command operates only on previously defined
macros.
Line numbers serve one purpose: specifying the location within a macro definition to perform the
editing function. After the editing is complete, the macro definition is displayed with a new set of
line numbers.
M68CPU32BUG/D REV 1
Macro Edit
any combination of 1-8 alphanumeric characters
line number in range 1-999
replacement line to be inserted
3-37
DEBUG MONITOR COMMANDS
MAE

Advertisement

Table of Contents
loading

Table of Contents