Motorola MPC564EVB Instrukcja Użytkownika Strona 70

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 98
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 69
3-20 MPC564EVB Users Manual
Commands
GO Execute
Usage: GO <addr>
The GO command executes target code starting at address addr. The value for addr may be an
absolute address specified as a hexadecimal value, or a symbol name.
If no argument is provided, the GO command begins executing instructions at the current program
counter.
When the GO command is executed, all user-defined breakpoints are inserted into the target code,
and the context is switched to the target program. Control is only regained when the target code
encounters a breakpoint, illegal instruction, or other exception which causes control to be handed
back to dBUG.
The GO command is repeatable.
Examples:
To execute code at the current program counter, the command is:
go
To execute code at the C function main(), the command is:
go _main
To execute code at the address 0x0004_0000, the command is:
go 40000
Frees
cale Semiconductor,
I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...
Przeglądanie stron 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 97 98

Komentarze do niniejszej Instrukcji

Brak uwag