Motorola MVME2600 Series User Manual Page 144

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 143
GO - Go Execute User Program
3-76
3
GO - Go Execute User Program
Command Input
GO [ADDR]
Description
The GO command initiates target code execution. All previously
set breakpoints are enabled. If an address is specified, it is placed in
the target IP. Execution starts at the target IP address. The sequence
of events is as follows:
1. If an address is specified, it is loaded in the target IP.
2. If a breakpoint is set at the target IP address, the instruction
at the target IP is traced (executed in trace mode).
3. All breakpoints are inserted in the target code.
4. Target code execution resumes at the target IP address.
At this point control may be returned to the debugger by one of the
following conditions:
A breakpoint with a count of 0 was found.
The abort or reset switch on the debugger host was pressed.
An unexpected exception occurred.
When you invoke GO, control may or may not return to the
debugger, depending on the outcome of the user program.
You may use G as an alternate form to GO.
Example
The following program resides at $30000.
Page view 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 517 518

Comments to this Manuals

No comments