Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site decvax.UUCP Path: utzoo!linus!decvax!minow From: minow@decvax.UUCP (Martin Minow) Newsgroups: net.lang Subject: Re: Self-modifying code -- TECO lives Message-ID: <332@decvax.UUCP> Date: Tue, 10-Jan-84 22:21:07 EST Article-I.D.: decvax.332 Posted: Tue Jan 10 22:21:07 1984 Date-Received: Wed, 11-Jan-84 05:41:47 EST References: <2207@fortune.UUCP> Organization: DEC UNIX Engineering Group Lines: 17 TECO is alive and well, thank you. It runs compatibly on Vax/VMS, RSTS/E, RSX-11M, RT11. You can move macros from one system to another without great difficulty. In fact, the distribution kits of several DEC operating systems include video-display editors (distributed in well-commented source, as well as tightly packed commentless code). One of the most interesting TECO macros was the one distributed as a comment in the monitor sources of early versions of RT11. To add a keyboard monitor command, you located the macro, moved it to a q register and executed it. It took the command name and updated all the appropriate tables. Martin Minow decvax!minow