User`s guide

SROM Mini-Debugger Command Set 3–43
User Commands
st
The start image (st) command begins execution at a specified address.
Control Flags
Not applicable.
Description
The start image command transfers control to the code residing at the specified
address. If the address does not contain executable code, then the machine hangs.
You must recycle the power to start again.
Note: The Alpha Microprocessors SROM Mini-Debugger is stored in the
instruction cache (Icache). An st command causes the Icache to be
overwritten and eliminates your ability to return to the mini-debugger.
Example
The st command begins execution of the image uploaded.
SROM> xm
A> 400000
D> 10
SROM> st ! Address to start execution at.
A> 400000