Installation guide
Console Commands 3-43
3.28 Start
The start command begins execution of an instruction at the ad-
dress specified in the command string. The start command does
not initialize the system.
Example 3-28 Start Command
>>> start 40000000 # Start processor at
# address 40000000.
The start command syntax is:
s[tart] address
where address is the address the PC is set to start execution. The start
command is equivalent to continue, except you can specify the address at
which to begin executing.
NOTE: The start command should be used selectively since some console
commands (for example, cdp, deposit, set host, show device,
show network, and test) may corrupt the machine state so that
execution of the current program may not resume successfully.










