
Hitachi Embedded Workshop User Manual
298
Examples:
FILE_VERIFY A:\\BINARY\\TEST.A22
Verifies Motorola S-Record file "TEST.A22" against
memory.
FV ANOTHER 200
Verifies Motorola S-Record file "ANOTHER.MOT"
against memory with an offset of H’200 bytes.
5.31
GO
Abbreviation: GO
Description:
Executes object code (the user program). While the user program is executing, the [Performance Analysis]
window is updated. While the user system is halted, a PC value is displayed.
Syntax:
go [<state>] [<address>]
Parameter
Type
Description
Keyword
Specifies whether or not to continue command processing during
user program execution (optional, default = wait)
wait
Causes command processing to wait until user program stops
<state>
continue
Continues command processing during execution
<address>
Numeric
Start address for PC (optional, default = PC value)
Wait is the default and this causes command processing to wait until user program stops executing.
Continue allows you to continue to enter commands (but they may not work depending on the debugging
platform).
Examples:
GO
Executes the user program from the current PC value. Command
processing cannot be continued.
GO CONTINUE H’1000
Executes the user program from H’1000. Command processing can
be continued.