Google
 

Trailing-Edge - PDP-10 Archives - BB-X116A-BB_1984 - inillc.m11
There are 15 other files named inillc.m11 in the archive. Click here to see a list.
	.TITLE	INILLC - INI LLC data base
	.IDENT	/001050/
	.ENABL	LC
;
;
;                    COPYRIGHT (c) 1980, 1981, 1982
;                    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.
;
;+
; LLC data base for INI process
;-

	.MCALL	DAT$

	.MACRO	NAME txt
	.NCHR	.....L,<txt>
	.ASCII	/txt/
	.REPT	<6-.....L>
	.ASCII	/ /
	.ENDR
	.ENDM	NAME

    DAT$   DSR
	.BYTE	0		; Timer byte
	.BYTE	0		; Last LIX processed
	.WORD	NS.slf		; Local address
	CE$nod	NAME		; Local name
	.ASCII	/      /	; Host name
	.WORD	0		; Host address
    END$   D.LEN

	.END