Chapter 6: Using the Emulator
Executing User Programs
A run from reset command can also be entered while the emulator is plugged into a
powered-down target system. In this case, the emulator will run from the normal
reset address (0FFFF0H) when the target system powers up and releases the
RESET input.
To run programs until an address
• When displaying memory in mnemonic format, position the mouse pointer over the
line that you want to run until; then press and hold the select mouse button and
choose Run Until from the popup menu.
• Position the mouse pointer in the entry buffer and enter the address you want to run
from; then, choose Execution→Run→until ().
• Using the command line, enter the run until <address> command.
When you run until an address, a software breakpoint is set at the address and the
program is run from the current program counter.
When using the command line, you can combine the various types of run
commands; for example, you can run from the transfer address until another
address.
Examples
To run from the transfer address until the address of the global symbol main:
run from transfer_address until address main <RETURN>
146