CHAPTER 13 S1C88 FAMILY DEBUGGER
150
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
gr
(go after reset CPU)
Function
This command executes the target program from the boot address after resetting the CPU.
Format
>gr [<address>]
↵
(direct input mode)
<address>: Break address; hexadecimal or symbol (IEEE-695 format only)
Condition: 0
≤
address
≤
last program memory address
Operation
This command resets the CPU before executing the program. This causes the PC to be set at the boot
address, from which the command starts executing the program.
Once the program starts executing, the command operates in the same way as the g command, except
that the gr command does not support the function for restarting execution by hitting the [Enter] key.
Refer to the explanation of the g command for more information.
Note
If a break condition is met, program execution is suspended and the PC will be set to the program
address at the breakpoint.
GUI utility
[Run | Go after Reset] menu item, [Go after Reset] button
When this menu item or button is selected, the gr command is executed.
[Go after Reset] button