Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-10 - decus/20-185/klbmit.mac
There are no other files named klbmit.mac in the archive.
;Initialization file for XMIT -- specify system to talk to and feature test
; switches to use.


Title	KLBMIT -- Xmit Program to Communicate with System KLB
 Search  Symbol,Macsym,Monsym
.Require Sys:Macrel
.Directive FLBLST
 Sall


;I/O Port Information
;
	Port==.ttdes+40 		;Port to talk to KLB through
Aport:	Asciz	/TTY40:/		;Ascii version of above
Sysbox: Asciz	/OUTBOX:*.*.*/		;Box to read from
Syslog: Asciz	/System:KLBMIT.Log/	;Log file to write to


;Feature Tests (none specified)
;


;--------------------------------------------------------------------------


;Edit History
;