Trailing-Edge
-
PDP-10 Archives
-
cuspjul86upd_bb-jf24a-bb
-
10,7/decnet/netpth/netpth.ctl
There are 7 other files named netpth.ctl in the archive. Click here to see a list.
NETPTH::
;******************************************************************************
; NETPTH
;******************************************************************************
;
;Required cusps:
; COMPIL.EXE
; CREF.EXE
; DIRECT.EXE
; LINK.EXE
; LNK???.EXE
; MACRO.EXE
;
;Required files:
; MACTEN.UNV
; SCNMAC.UNV
; UUOSYM.UNV
; SCAN.REL
; NETPTH.MAC
;
;Output files:
; NETPTH.EXE
.GOTO TOPS10
@GOTO TOPS20
TOPS10::
;******************************************************************************
; NETPTH-10
;******************************************************************************
.ASSIGN DEC SYS
.ASSIGN DEC UNV
.ASSIGN DEC REL
.PATH [,,NETPTH]
.SET WATCH VERSION
.DIRECT /CHECK /SLOW NETPTH.MAC
.COMPILE /COMPILE/CREF NETPTH.MAC
.AS DSK LPT
.CREF
.R LINK
*NETPTH /SSAVE = NETPTH /GO
.DIRECT /CHECK /SLOW NETPTH.EXE
.PLEASE NETPTH-10 Assembly Successful
.GOTO END
%ERR:: .GOTO ERROR
%TERR:: .GOTO ERROR
ERROR:: .PLEASE Error during NETPTH-10 assembly
.GOTO END
TOPS20::
;******************************************************************************
; NETPTH-20
;******************************************************************************
@PLEASE NETPTH-20 Assembly not supported
.GOTO END
%ERR:: @GOTO ERROR
%TERR:: @GOTO ERROR
ERROR:: @PLEASE Error during NETPTH-20 assembly
END::
%FIN::
;[End of NETPTH.CTL]