Gr (go after reset cpu) – Epson S5U1C63000A User Manual

Page 193

Advertising
background image

CHAPTER 8: DEBUGGER

S5U1C63000A MANUAL

EPSON

179

(S1C63 FAMILY ASSEMBLER PACKAGE)

gr

(go after reset CPU)

Function

This command executes the target program from the boot address after resetting the CPU.

Format

>gr [<address1> [<address2>]]

(direct input mode)

<address1–2>: Temporary break addresses; hexadecimal or symbol (IEEE-695 format only)
Condition:

0

address1(2)

last program memory address

Operation

This command resets the CPU before executing the program. This causes the PC to be set at address
0x0110, 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.

Notes

• If a break condition is met, program execution is suspended and the PC will be set to the program

address at the breakpoint.

• The address you specified must be within the range of the program memory area available with each

microcomputer model.
An error results if the input one is not a hexadecimal number or a valid symbol.

Error : invalid value

(no such symbol / symbol type error)

An error results if the limit is exceeded.

Error : Address out of range, use 0-0xXXXX

GUI utility

[Run | Go from Reset] menu item, [Go from Reset] button

When this menu item or button is selected, the gr command is executed.

[Go from Reset] button

Advertising