System Console Commands,
Continued
START
The START command sets the program counter (PC) and starts
the CPU. The command causes the system to exit console mode
and enter program mode.
Syntax:
>>> START ADDRESS
ADDRESS is the value loaded into the PC.
Example:
This example starts the bootloader.
>>> START 200
TEST
The TEST command invokes standard diagnostics, extended
diagnostics, and utilities. Output from the diagnostics running
from direct console commands is to the current console display
device.
To test ranges of devices, the device number must be separated
by a colon (:) or a blank space. A comma (,) or a blank space is
used to separate device numbers or ranges of device numbers. A
maximum of fifteen tests can be specified.
Either of the following command methods can be used:
>>> T 10:8,6,5:3
>>> T NI:IT,MMU,MEM:DZ
4–24