Motorola M68CPU32BUG Manuel d'utilisateur Page 33

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 98
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 32
DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1 3-38
MAE Macro Edit MAE
EXAMPLES
CPU32Bug>MA<CR> List definitions of macro ABC.
MACRO ABC
010 MD 3000
020 GO \0
CPU32Bug>
CPU32Bug>MAE ABC 15 RD<CR>
Add a line to macro ABC.
MACRO ABC
010 MD 3000
020 RD
This line was inserted.
030 GO \0
CPU32Bug>
CPU32Bug>MAE ABC 10 MD 10+R0<CR>
Replace line 10.
MACRO ABC
010 MD 10+R0
This line was overwritten.
020 RD
030 GO \0
CPU32Bug>
CPU32Bug>MAE ABC 30<CR>
Delete line 30.
MACRO ABC
010 MD 10+R0
020 RD
CPU32Bug>
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>
Fr
eescale S
emiconduct
or
, I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...
Vue de la page 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 97 98

Commentaires sur ces manuels

Pas de commentaire