1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-01-31 13:52:00 +00:00
Files
PDP-10.stacken/files/stacken-tape-backup/dskb:10_7/galaxy/queue/queue.ctl
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

45 lines
960 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;[QUEUE.CTL]
;
; This control file will build the GALAXY user queue-class command
; interface and the MPB/GALAXY interface for a DECsystem-10, and the
; MPB/GALAXY interface for a DECsystem-20. In the following list of
; files, a (10) indicates the file is required for TOPS-10 and a (20)
; for TOPS-20.
;
; Sources: QUENCH.MAC(10)
;
; Input: GLXMAC.UNV HELPER.REL ORNMAC.UNV QSRMAC.UNV
; SCAN.REL SCNMAC.UNV WILD.REL UUOSYM.UNV
;
; Output: QUEUE.EXE
TOPS10::
.SET WATCH VERSION
.ASSIGN DEC SYS
.ASSIGN DEC REL
.ASSIGN DEC UNV
.DIRECT /CHECK /SLOW QUEUE.MAC
.COMPILE/COMPILE QUEUE.MAC
.R LINK
*QUEUE/SSAVE = /LOCALS /SYMSEG:HIGH QUEUE /GO
.DIRECT /CHECK /SLOW QUEUE.EXE
.PLEASE QUEUE Assembly Successful
.NOERROR
.DEASSIGN SYS
.SUBMIT GALAXY = /MODIFY /DEPEND:-1
.GOTO END
%CERR:: .GOTO ERROR
%ERR:: .GOTO ERROR
%TERR:: .GOTO ERROR
ERROR:: .PLEASE Error during QUEUE assembly
END::
;[End of QUEUE.CTL]