Installation guide

3-12 Console Commands
The continue command syntax is:
c[ontinue]
Continue causes the primary processor to resume program mode, execut-
ing at the address currently in the program counter (PC). This address is
the address that was in the PC when the primary processor received a
Ctrl/P command. The system displays the hexadecimal PC value.
When the boot processor receives a continue command, it does not per-
form processor initialization as it would for a boot procedure. The boot
processor just returns to the program it was processing.
Following execution of the continue command, the console terminal en-
ters program mode, and any ASCII characters entered on the console ter-
minal are passed on to the operating system. In program mode, the con-
sole terminal acts like any other terminal on the system until a Ctrl/P is
issued to return it to console mode.
NOTE: ^P followed by continue should be used selectively since some con-
sole commands (for example, cdp, deposit, set host, show device,
show network, and test) can corrupt the machine state so that the
execution of the current program cannot resume successfully.