DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1
3-35
MA
Macro Define/Display
MA
NOMA
Macro Delete
NOMA
The second argument is used whenever the sequence "\1" occurs. Entering ARGUE 3000 1 ;B on
the debugger command line would execute the macro named ARGUE with the text strings 3000,
1, and ;B replacing "\0", "\1", and "\2", respectively, within the body of the macro.
To delete a macro, execute NOMA followed by the name of the macro. Executing NOMA
without specifying a macro name deletes all macros. If NOMA is executed with a valid macro
name that does not have a definition, an error message is printed.
EXAMPLES
CPU32Bug>MA ABC<CR>
Define macro ABC.
M=MD 3000
M=GO \0
M=<CR>
CPU32Bug>
CPU32Bug>MA DASM<CR>
Define macro DASM.
M=MD \0:5;DI
M=<CR>
CPU32Bug>
CPU32Bug>MA<CR>
List macro definitions.
MACRO ABC
010 MD 3000
020 GO \0
MACRO DIS
010 MD \0:5;DI
CPU32Bug>
CPU32Bug>DASM 427C<CR>
Execute DASM macro.
0000427C
48E78080
MOVEM.L
D0/A0,-(A7)
00004280
4280
CLR.L
D0
00004282
1018
MOVE.B
(A0)+,D0
00004284
5340
SUBQ.W
#$1,D0
00004286
12D8
MOVE.B
(A0)+,(A1)+
CPU32Bug>
CPU32Bug>MA ABC<CR>
List definitions macro ABC.
MACRO ABC
010 MD 3000
020 GO \0
CPU32Bug>
CPU32Bug>NOMA DASM<CR>
Delete macro DASM.
CPU32Bug>
Содержание M68CPU32BUG
Страница 16: ...GENERAL INFORMATION M68CPU32BUG D REV 1 1 8 ...
Страница 30: ...DEBUG MONITOR DESCRIPTION M68CPU32BUG D REV 1 2 14 ...
Страница 102: ...DEBUG MONITOR COMMANDS M68CPU32BUG D REV 1 3 72 ...
Страница 168: ...DIAGNOSTIC FIRMWARE GUIDE M68CPU32BUG D REV 1 6 24 ...