English
Language : 

R0E00008AKCE00EP52 Datasheet, PDF (41/43 Pages) Renesas Technology Corp – Microcomputer Development Environment System
E8a Emulator
6. Notes on Using the E8a Emulator
(9) Exceptional step execution
a) Software interrupt instruction
Step execution cannot be performed in the internal processing of instructions (undefined, overflow, BRK and INT)
which generate a software interrupt continuously in the program (see Figure 6.2).
NOP
NOP
INT#3
NOP
JMP MAIN
INT_3:
NOP
NOP
NOP
REIT
Passes through if the STEP execution is carried out.
Program should be stopped at this address.
Figure 6.2 Example of Software Interrupt Instruction
b) INT instruction
To debug the user program with the INT instruction, set a PC break for the internal processing of the INT instruction
and execute the program with the GO command (see Figure 6.3).
NOP
INT #3
NOP
JMP MAIN
INT_3:
NOP Break
NOP
REIT
Execute using GO command.
Figure 6.3 Example of INT Instruction
(10) Note on using automatic memory update
When the automatic memory update is enabled in the memory or watch window, do not execute Step Out or Multiple-step.
Otherwise, it will take longer to update memory data and the operation will be delayed.
(11) I/O file
I/O files for the working sample MCUs are not prepared. Refer to “I/O File Format” in the online help of the High-
performance Embedded Workshop to make an I/O file for those MCUs.
REJ10J1877-0201 Rev.2.01 Jun. 26, 2009
Page 41 of 43