Owner`s manual
5.8 CONTINUE
The CONTINUE command begins processing at the point
where it was interrupted by a CTRL/P console command.
Programs continue processing at the address currently in
the program counter of the processors.
Example
$ ^P ! Stops processing on boot procesor;
! processor enters console mode.
!
?0002 External halt (CTRL/P, break, or external halt)
PC = 801DBAA6 ! System responds with error message;
PSL = 04C38201 ! system has halted with address
ISP = 80B15200 ! 801DBAA6 in the program counter (PC).
!
>>> !
>>> [console session begins] !
.!
.!
.!
!
>>> CONTINUE ! Processing resumes at the address
! where processing was stopped by
! CTRL/P. Here, processing continues
! at address 801DBAA6.
5–18 VAX 6000 Series Owner’s Manual










