M34286T2-CPE User’s Manual
3. Usage (How to Use the Emulator Debugger)
R20UT0214EJ0200 Rev.2.00
Page 41 of 70
Sep 16, 2010
3.2 Program Window
(1)
Downloading a program
1) Initial screen of the program window
Initial screen of the program window
The program window is a window that always
shows the content of the source file corresponding
to the current position of the program counter. It
automatically opens when the emulator starts up.
The program counter position is identified by the
yellow background color. Here, you can execute
the program up to the cursor position, set or clear
software breakpoints, and line-assemble the
source file.
The ROM area at the emulator startup time is
initialized to ‘000h’ (NOP instruction).
2) Downloading the program
Menu Menu
item
Function
Download
Load Module...
Memory Image...
Symbol...
Downloads the user program.
Downloads machine language data and debug information.
Downloads only machine language data.
Downloads only debug information.
Reload...
Reloads the user program.
Upload...
Uploads the user program.
File
Save Disasm...
Saves the disassembled result.
Display after downloading the program
The program window has the following two
display modes.
- Source display mode (SRC)
Shows the source file of the user program.
- Disassemble display mode (DIS)
Shows the disassembled result of the user
program.