Trailing-Edge
-
PDP-10 Archives
-
bb-l014q-bm_tops20_v6_1_atpch17
-
autopatch/cetab.mac
There are 3 other files named cetab.mac in the archive. Click here to see a list.
.TITLE CETAB
.SBTTL from NETGEN-20 on 17-Apr-86 16:02:53
.IDENT /X04109/
;
;
; COPYRIGHT (c) 1980, 1981, 1982, 1985
; DIGITAL EQUIPMENT CORPORATION
;
; This software is furnished under a license and may be used
; and copied only in accordance with the terms of such license
; and with the inclusion of the above copyright notice. This
; software or any other copies thereof may not be provided or
; otherwise made available to any other person. No title to
; and ownership of the software is hereby transferred.
;
; The information in this software is subject to change
; without notice and should not be construed as a commitment
; by DIGITAL EQUIPMENT CORPORATION.
;
; DIGITAL assumes no responsibility for the use or reliability
; of its software on equipment which is not supplied by
; DIGITAL.
;
.MCALL SYS$DF
SYS$DF FOO,123.
MEM$DF 0.,7426. ; ,cor
;
; Standard Processes
;
PRC$DF CEX,CE
PRC$DF NDT
PRC$DF INI
PRC$DF NMX,NM
PRC$DF SC
PRC$DF SC1
PRC$DF SCX,NS
PRC$DF NSP
PRC$DF NS1
PRC$DF NS2
PRC$DF XPT
PRC$DF XPE
PRC$DF TLI
PRC$DF TOP
;
; Variable Processes
;
PRC$DF DTE
PRC$DF DMC
;
; Standard LLC Processes
;
LLC$DF CEX
LLC$DF INI
LLC$DF NMX
LLC$DF SC
LLC$DF SCX
LLC$DF NSP
LLC$DF XPT
LLC$DF TOP
;
; Variable LLC Processes
;
;
; System Lines
;
SLT$DF TLI,DTE,,1,0,,,ENABLE
SLT$DF TLI,DMC,,0,,,,ENABLE
;
; Devices
;
;
;DTE
;
DEV$DF DTE,1
CTL$DF 1,174440,770,7
UNT$DF 0,1
;
;DMC
;
DEV$DF DMC,2
CTL$DF 0,160740,670,5
UNT$DF 0,177470,1
;
; RSX Tasks
;
TSK$DF NML
;
;
END$DF
;
;[End of CETAB]
;
.END