Trailing-Edge
-
PDP-10 Archives
-
bb-bt99m-bb
-
mpe703.ctl
There are 3 other files named mpe703.ctl in the archive. Click here to see a list.
; 16-JUN-88 HAH ADD BRANCH FOR NO UPDATE
.R PEPB
*INITIALIZE MPE-10-V703
*EXIT
.DELETE PAT:CPNSER.MAC
.ERROR %
.DIR PAT:MPE703.SUP
.IF (ERROR) .GOTO NOUPD
.RUN ASL:UPDATE
*@PAT:MPE703.SUP
.
NOUPD::
.ERROR
.R PEPB
*SIGNAL-SUCCESS MPE-10-V703
*EXIT
.GOTO END
%ERR::
.GOTO ERROR
%CERR::
.GOTO ERROR
%TERR::
ERROR::
.R PEPB
*SIGNAL-FAILURE MPE-10-V703
*EXIT
.
END::
%FIN::