Trailing-Edge
-
PDP-10 Archives
-
bb-bt99o-bb
-
sprint.ctl
There are 35 other files named sprint.ctl in the archive. Click here to see a list.
;[SPRINT.CTL]
;
; This control file will build the GALAXY card reader interpreter for a
; DECsystem-10. The following files are required for a TOPS-10 SPRINT.
;
; Sources: SPRINT.MAC
;
; Input: ACTSYM.UNV GLXLIB.REL GLXMAC.UNV
; ORNMAC.UNV QSRMAC.UNV UUOSYM.UNV
;
; Output: SPRINT.EXE
BEGIN::
.R PEPB ;Initialize AUTOPATCH
*DEFINE-LOGICAL-NAMES GALAXY-10-V704
*EX
.PATH REL:=ASL:
.PATH UNV:=ASL:
.PATH ASL:/SEARCH
.COMPILE/COMPILE ASL:SPRINT.MAC
.RUN LINK
*PAT:SPRINT/SAVE = /LOCALS /SYMSEG:LOW ASL:SPRINT /GO
.PLEASE AUTOPATCH SPRINT Assembly Successful
.GOTO END
%CERR:: .GOTO ERROR
%ERR:: .GOTO ERROR
%TERR:: .GOTO ERROR
ERROR:: .PLEASE Error during AUTOPATCH SPRINT assembly
;
.COPY FAILUR.GAL=TTY: ;Set ERROR flag file on.
*SPRINT
=^Z
;
END::
;
.SUBMIT GAL704 = /MODIFY /DEPEND:-1
;
%FIN::
;[End of SPRINT.CTL]