Google
 

Trailing-Edge - PDP-10 Archives - steco_19840320_1er_E35 - 10,5676/teco/newsrc/tecdum.mac
There are 3 other files named tecdum.mac in the archive. Click here to see a list.
	SUBTTL	Introduction

; Copyright (c) 1980 Stevens Institute of Technology, Hoboken, New Jersey
; 07030.

; This software may be used and copied provided that this copyright notice
;is included, and provided that copies of all modifications are sent to:
;
;	TECO Project
;	Computer Center
;	Stevens Institute of Technology
;	Castle Point Station
;	Hoboken, New Jersey    07030
;
;
; The information in this software is subject to change without notice
; and should not be construed as a commitment by Stevens Institute of
; Technology.

  ; Search needed universals

	SEARCH	TECUNV		; TECO universal file

  ; Generate the prologue


	TECVER==200		; Major version number
	TECMIN==1		; Minor version number
	TECEDT==1126		; Edit level
	TECWHO==0		; Last editor


	PROLOG	(DUM,<TECO dummy terminal support tables>)
	PRGEND				; End this module

	SUBTTL	Table of Contents

;+
;.pag.lit

;		Table of Contents for TECDUM - Dummy terminal definitions
;
;
;			   Section			      Page
;   1. Introduction . . . . . . . . . . . . . . . . . . . . .    1
;   2. Table of Contents. . . . . . . . . . . . . . . . . . .    2
;   3. Revision History . . . . . . . . . . . . . . . . . . .    3
;   4. DUMTRM expansions. . . . . . . . . . . . . . . . . . .    4
;   5. End of TECDUM. . . . . . . . . . . . . . . . . . . . .    5

;.end lit.pag
;-
	SUBTTL	Revision History
COMMENT	|

1000	Start of this version

1025	By: Nick Bush		On: 20-August-1980
	Finish support for DEC VT-100 terminals. There are two flavors.
	EVVT100$ uses ANSI mode sequences for 80 character wide VT-100.
	EVVT132$ uses ANSI mode sequences for 132 character wide VT-100.
	Modules: TECTBL,TECDUM,TECDEC

1056	By: Nick Bush		On: 21-November-1980
	Add routines for Tektronix 4025.
	Also fix an off by one case with Hazeltine 1420's.
	Modules: TECHZL,TECTEK,TECDUM

Start of Version 200A(1126)
|
	SUBTTL	DUMTRM expansions

; These are the expansions of the DUMTRM macro for each terminal
;dependant module. This allows TECDUM to be loaded in library
;search mode after all of the desired terminal support routines
;have been loaded. It will define the table and flag symbols for
;those module not being loaded.



SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	ACT,	<ACT4,ACT5>		; ACT-n terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	ADS,	<ADD5,RG25>		; ADDS terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	ADM,	<ADM2,ADM3,AD3A>	; ADM (LSI) terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	BEE,	<BEE>			; Beehive
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	CDC,	<CDC>			; CDC terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	DTM,	<1520>			; Datamedia terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	DTP,	<DPT>			; Datapoint
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	HEA,	<H19,H19A>		; Heathkit terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	HZL,	<HZL1,HZ14,HZL5,HZL2,HM1> ; Hazeltine
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	HP,	<HP21,HP26>		; Hewlett-Packard
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	RAY,	<TR10>			; Teleray terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	TEK,	<T25>			; Tektronic terminals
PRGEND					; End of this dummy


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	TVI,	<TVI>			; TeleVideo terminals
PRGEND					; End this dummy module


SEARCH	TECUNV				; Get DUMTRM defintion
DUMTRM	DEC,	<VT05,VT50,VT52,VT61,V100,V132> ; DEC terminals

	SUBTTL	End of TECDUM

	END			; End of TECDUM