1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-03-06 11:03:21 +00:00
Files
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

43 lines
841 B
Plaintext
Raw Permalink 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.
;[MOUNT.CTL]
;
; This control file will build the GALAXY user mount interface for a
; DECsystem-10.
;
; Sources: MNTMAC.MAC MNTPAR.MAC MOUNT.MAC
;
; Input: GLXLIB.REL GLXMAC.UNV OPRPAR.REL ORNMAC.UNV
; QSRMAC.UNV UUOSYM.UNV
;
; Output: MNTMAC.UNV MNTPAR.REL MOUNT.EXE
.SET WATCH VERSION
.ASSIGN DEC SYS
.ASSIGN DEC REL
.ASSIGN DEC UNV
.DIRECT /CHECK /SLOW -
*MNTMAC.MAC, MNTPAR.MAC, MOUNT.MAC
.COMPILE/COMPILE MNTMAC.MAC
.COMPILE/COMPILE MNTPAR.MAC
.COMPILE/COMPILE MOUNT.MAC
.R LINK
*MOUNT/SSAVE = /LOCALS /SYMSEG:HIGH -
*REL:GLXLIB/EXCLUDE:GLXINI, MOUNT, MNTPAR, REL:OPRPAR -
*/GO
.DIRECT /CHECK /SLOW -
*MNTMAC.UNV, MNTPAR.REL, MOUNT.EXE
.GOTO END
%CERR:: .GOTO ERROR
%ERR:: .GOTO ERROR
%TERR:: .GOTO ERROR
ERROR:: .PLEASE Error during MOUNT assembly
END::
%FIN::
;[End of MOUNT.CTL]