Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/drivers/nrdllc.m11
There are no other files named nrdllc.m11 in the archive.
;                    COPYRIGHT (c) 1980, 1981, 1982
;                    DIGITAL EQUIPMENT CORPORATION
;                        Maynard, Massachusetts
;
;     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.

		.title	NRDLLC
		.ident	/X01000/

;+
;+
; data base for NRD process
;-
;-
		.list	MEB
		.mcall	DAT$

	DAT$ DSR

timer:	.word	0		;long timer byte
nrmpix:	.word	0		;NRM's pix
nrdpix:	.word	0		;NRD's pix
fldif:	.word	nd.fld		;flow adjustment factor
flow:	.word	nd.flw		;flow control segment request count
quesw:	.word	0		;queue switches
wtque:	lst$d			;resource wait queue

	END$
	.end