User guide
start
start — start program
Starts program execution at the specified address or starts drivers.
Syntax
start [-drivers [
device_prefix
]] [
address
]
Arguments
address
Specifies the PC address at which to start execution.
Options
-drivers [
device_prefix
]
Specifies the name of the device or device class to stop. If no device prefix is
specified, then all drivers are started.
Examples
1.
>>> start 400
Starts program execution at address 400.
2.
>>> start -drivers
Starts all the drivers in the system.
See Also
continue, init, stop
Console Commands 13–101