User`s guide

Table Of Contents
4–74 User Commands
User Commands
go
go
The go command begins execution of instructions at the specified address.
Format
go [start_address]
Parameters
start_address
Specifies the address at which to start executing the instructions.
Description
The go command jumps to a location in memory and begins executing instructions.
If no address is specified, then the execution of instructions begins at the boot
address.
Example
This example starts executing instructions at address 100000
16
.
EB64> go 100000