SRM Console Commands
7
-
59
7.5.35 Start (OpenVMS or DIGITAL UNIX Only)
The start command begins execution of an instruction at the address specified in
the command string. The start command does not initialize the system.
Example 7-35 Start Command
P00>>> start 40000000
# Start processor at
# address 40000000.
The start command syntax is:
s[tart] address
where address is the address the program counter 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, 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.