6 [break] button, 7 [help] button – Epson S5U1C62000A User Manual

Page 144

Advertising
background image

132

EPSON

S5U1C62000A MANUAL

(S1C60/62 FAMILY ASSEMBLER PACKAGE)

CHAPTER 9: DEBUGGER

[Go from Reset] button

This button resets the CPU and then executes the target program from the program start address
(0x100). It performs the same function when the gr command is executed.

[Step] button

This button executes one instruction step at the address indicated by the current PC. It performs
the same function when the s command is executed.

[Next] button

This button executes one instruction step at the address indicated by the current PC. If the instruc-
tion to be executed is call or calz, it is assumed that a program section until control returns to the
next address constitutes one step and all steps of their subroutines are executed. This button
performs the same function when the n command is executed.

[Reset] button

This button resets the CPU. It performs the same function when the rst command is executed.

9.5.6 [Break] Button

Use this button to set and clear a breakpoint at the address where the cursor is located in the
[Source] window. This function is valid only when the [Source] window is open. Note that select-
ing a break address by clicking on the address line is valid for only the lines that have actual code
and is invalid for the source-only lines.

9.5.7 [Help] Button

This button displays an About dialog box for the debugger.

Advertising