7-22
AlphaServer 8200/8400 Operations Manual
7.5.9 Continue (for OpenVMS or DIGITAL UNIX Only)
For OpenVMS or DIGITAL UNIX systems, the continue command resumes
processing at the point where it was interrupted by a Ctrl/P. Programs continue
executing at the address currently in the program counter of the processor.
Example 7-9 Continue Command
$ ^P
# Stop processing on boot processor;
# processor enters console mode.
halted CPU 0
CPU 1 is not halted
halt code = 1
operator initiated halt # System responds with message;
PC = ffffffff80008c04 # system has halted with 80008c04
# in the program counter (PC).
P00>>> # Console session begins
. #
. #
. #
P00>>> continue # Processor resumes at the address
# where processing was stopped by
# Ctrl/P. Here processing continues
# at address 80008c04.