CHAPTER 13 S1C88 FAMILY DEBUGGER
S5U1C88000C MANUAL II
EPSON
101
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
13.5 Menu
This section outlines the menu bar available with the debugger.
The menu bar has nine menus, each including frequently-used commands.
[File] Menu
[Load File...]
This button reads an object file in the IEEE-695 format or an internal ROM
HEX file in Motorola S2 format into the debugger. It performs the same
function when the lf command is executed.
[Load Parameter File...]
This button reads a parameter file into the debugger. It performs the same
function when the par command is executed.
[Exit]
This menu item quits the debugger. It performs the same function when the
q command is executed.
[Run] Menu
[Go]
This menu item executes the target program from the address indicated by
the current PC. The [F5] key can also be used. It performs the same function
when the g command is executed.
[Go to Cursor]
This menu item executes the target program from the address indicated by
the current PC to the cursor position in the [Source] window (the address
of that line). Before this menu item can be selected, the [Source] window
must be open and the address line where the program is to break must be
clicked.
[Go after Reset]
This button resets the CPU and then executes the target program after
fetching the reset vector. It performs the same function when the gr com-
mand is executed.
[Step]
This menu item executes one instruction step at the address indicated by
the current PC. The [F11] key can also be used. It performs the same
function when the s command is executed.
[Next]
This button executes one instruction step at the address indicated by the
current PC. If the instruction to be executed is cars, carl, call, or int, 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. The
[F10] key can also be used. It performs the same function when the n
command is executed.
[Step Exit]
This button executes the target program from the address indicated by the
current PC. If the program starts from inside a subroutine, the program
execution will stop when the sequence returns to the parent routine. This
button performs the same function when the se command is executed.
[Stop]
This menu item forcibly breaks execution of the target program. The [Esc]
key can also be used.
[Reset CPU]
This menu item resets the CPU. It performs the same function when the rst
command is executed.
The file names listed in this
menu are recently used files.
Selecting one opens the file.