Motorola ColdFire MCF5282 User Manual Page 59

  • Download
  • Add to my manuals
  • Print
  • Page
    / 104
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 58
Chapter 3. Using the Monitor/Debug Firmware 3-17
PRELIMINARY—SUBJECT TO CHANGE WITHOUT NOTICE
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, trap #15 exception, 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 0x00040000, the command is:
go 40000
Page view 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 103 104

Comments to this Manuals

No comments