************************************************************ * * * Spring 82 DECUS Symposium RT-11 Tape * * * * Atlanta * * * * Annotated Directory * * * ************************************************************ * * * IMPORTANT * * * * Read the file, README.1ST, first. * * * ************************************************************ David Stagg These files are Dept of Pharmacology taken from the Fall Yale University Medical School 81 RT-11 tape. 333 Cedar Street New Haven Ct 06510 203-436-2151 This is an implementation of the virtual-device driver described by Crapuchettes on page 639 of the DECUS proceedings Fall 1980. XD .COM 1 01-May-80 Virtual-device build file XD .MAC 5 08-May-81 Virtual-device driver source XD .RNO 8 16-Nov-81 Description RUNOFF source XDX .SYS 2 05-May-81 XM driver XDATCH.COM 1 17-Apr-81 XDATCH utility command file XDATCH.FOR 9 13-Nov-81 XDATCH utility source GETFIL.MAC 10 05-Nov-81 XDATCH subroutine FTRAN .MAC 3 17-Apr-81 XDATCH subroutine TRIMS .MAC 1 17-Apr-81 XDATCH subroutine ASLOOK.MAC 6 17-Apr-81 XDATCH subroutine XD .SYS 2 05-May-81 SJ/FB driver XD .DOC 10 16-Nov-81 Description document XDATCH.SAV 21 17-Apr-81 XDATCH utility README.DOC 1 16-Nov-81 This file 14 Files, 80 Blocks ************************************************************ DIR1.DEV DIR2.DEV N. A. Bourgeois, Jr. / 1738 R. W. Barnard Sandia National Laboratories Sandia National Laboratories P. O. Box 5800 P. O. Box 5800 Albuquerque, NM 87185 Albuquerque, NM 87185 (505) 844-8088 (505) 844-5115 Annotated directories of the DECUS Symposia RT-11 tapes from the Spring of 78 through the Fall of 81. S78 .DIR 28 21-Dec-81 F78 .DIR 27 21-Dec-81 S79 .DIR 37 21-Dec-81 F79 .DIR 92 21-Dec-81 S80 .DIR 41 21-Dec-81 F80 .DIR 102 21-Dec-81 S81 .DIR 158 21-Dec-81 7 Files, 485 Blocks F81 .DIR 55 21-Dec-81 README.RNO 4 21-Dec-81 README.DOC 4 21-Dec-81 PRINT .COM 1 22-Dec-81 S78NEW.DIR 29 14-Apr-82 RTAPES.LIB 145 06-May-82 README.LIB 3 06-May-82 7 Files, 241 Blocks ************************************************************ MISC.DIR Hugh Scott Sandia National Labs Division 2644 Albuquerque NM 87185 505-844-6681 TEMPRO - PDP11 to and from VAX file transfer program and terminal emulator. TEMPRO.MAC -- source file for TEMPRO TEMPRO.DOC -- instructions for running TEMPRO TEMPRO.TXT -- this file Paul F. Fitts Innovatek Microsystems Inc. Smithfield Road Millerton, New York 12546 (914) 373-9003 Affixes 1 line date and time and a command string to printouts. This Package consists of 8 files: HDR.DOC This file HDR.COM This is the entry file for execution HDRCMD.MAC HDRCMD source file HDRCMD.OBJ HDRCMD object file HDRCMD.MAP HDRCMD LINK map file HDRCMD.SAV HDRCMD run time file HDRCMD.LST HDRCMD listing file from MACRO HDRCMD.COM This indirect command file executes the command entered by the operator. EXEC is a version of the TSTE terminal emulator program which includes Compuserve Information Service (CIS) "executive" protocol for file transfer between DEC/H11 computers acting as terminals and the host machines at CIS. Submitted By: Chuck Sadoian PO Box 397 Dinuba, Calif 93618 Through: R. W. Barnard Sandia National Laboratories Albuquerque, NM 87185 EXEC .DOC 25 05-May-82 ACCESS.DOC 10 22-Mar-82 EXEC .MAC 90 05-May-82 EXEC .TXT 3 06-May-82 EXEC .DIR 1 12-May-82 6 Files, 130 Blocks W. L. Jacklin Sandia National Laboratories P. O. Box 5800 Albuquerque, NM 87185 (505) 844-8088 Text of paper presented at the Spring '82 DECUS Symposium: USE OF THE 'C' LANGUAGE PRE-PROCESSOR IN THE RT-11 FORTRAN ENVIRONMENT. 12-May-82 CFOR .DOC 38 12-May-82 1 Files, 38 Blocks *********************************************************************** C1.DEV C2.DEV C3.DEV C4.DEV C5.DEV >>> DECUS C SUPPORTS FLOATING POINT AND INLINE EIS <<< Submitted by: Robert B. Denny Creative System Designs 3452 E. Foothill Blvd. Suite 601 Pasadena, CA 91107 (213) 792-9474 At long last, here is a PRELIMINARY binary kit for Decus C which supports floats and doubles. You need FPU hardware, or some kind of emulator. It also emits inline EIS. Many, many bug fixes to the compiler, complete overhaul of some of it, restructuring of the library, more tools, etc. This kit is the result of a last minute merge (late Tuesday nite 4-May) and may still have a few problems. Some of the new versions of the tools have not been tested on RT-11 ... worked fine on RSX. Thanks to Martin Minow at DEC for doing 80% of ALL work on Decus C ('nuff said!!), Cliff Geschke at Unimation Robotics, who did the massive overhaul of the compiler, and Scott Roth, also of Unimation Robotics, who did the library mods for floating point and other goodies. ************* * N O T E * ************* The finally released kit will be available from the DECUS library soon. PLEASE, if you want a copy of the kit, sources and all, order it from the DECUS library. I have gone nuts over the last year and a half answering calls on problems due to partial and corrupted kits. We're going to put together a reasonable RT-11 kit. Anyway, THE LIBRARY CAN'T CONTINUE TO EXIST IF YOU DONT BUY PROGRAMS FROM IT. Please, think about it... README.1ST 7 04-May-82 Read this first (this document) STDIO .H 5 04-May-82 Standard I/O Header file The following header files are needed only when using certain library functions. Copy 'em to your system disk anyway. TIME .H 3 04-May-82 CTYPE .H 6 04-May-82 RTIME .H 3 04-May-82 SETJMP.H 1 04-May-82 TIMEB .H 3 04-May-82 C Compiler and Assembler CC .SAV 116 04-May-82 AS .SAV 32 04-May-82 Library modules. CLIB has small "stub" floating format conversion routines. If you use floating conversions in printf() and friends, explicitly link in DTOA.OBJ, for floating conversions in scanf() and friends, explicitly link in ATOD.OBJ. SUPORT.OBJ 1 04-May-82 DTOA .OBJ 3 04-May-82 ATOD .OBJ 1 04-May-82 CLIB .OBJ 103 04-May-82 Trig routines ATAN2 .C 5 04-May-82 SINCOS.C 4 04-May-82 SQRT .C 2 04-May-82 Software tools. See TOOLS.DOC AR .SAV 29 04-May-82 BUILD .SAV 54 04-May-82 COMM .SAV 16 04-May-82 DIFF .SAV 22 04-May-82 ECHO .SAV 10 04-May-82 FIXDOC.SAV 15 04-May-82 GETCMD.SAV 23 04-May-82 GETKWK.SAV 15 04-May-82 GETRNO.SAV 32 04-May-82 NC .SAV 11 04-May-82 GREP .SAV 25 04-May-82 SORTC .SAV 19 04-May-82 KWIK .SAV 24 04-May-82 MC .SAV 29 04-May-82 MP .SAV 44 04-May-82 OD .SAV 14 04-May-82 PR .SAV 11 04-May-82 SCAT .SAV 20 04-May-82 T .SAV 40 04-May-82 TODAY .SAV 22 04-May-82 UNIQ .SAV 22 04-May-82 WC .SAV 14 04-May-82 NM .SAV 39 04-May-82 XRF .SAV 24 04-May-82 Documentation. TOOLS .DOC 210 04-May-82 WIZARD.DOC 695 04-May-82 AS .DOC 64 04-May-82 CC .DOC 111 04-May-82 KIT .DOC 65 04-May-82 DECUS .DOC 6 04-May-82 NOTE: WIZARD.DOC is in C4.DEV and C5.DEV as WIZARD.1 and WIZARD.2, respectively. ************************************************************ SFGL1.DEV SFGL2.DEV SFGL70 IS A GENERAL PURPOSE FORTRAN CALLABLE GRAPHICS LIBRARY THAT SUPPORTS: 1. RT11,RSX11M & IAS OPERATING SYSTEMS 2. TEKTRONIX 4006,4010,4014 & 4025 TERMINALS 3. VT100 TERMINALS WITH THE RETROGRAPHICS OR SELANAR UPGRADE 4. ANY OF THE MANY TERMINALS THAT ACCEPT 4010 GRAPHICS INPUT 5. CPU'S WITH OR WITHOUT FLOATING POINT HARDWARE 6. CPU'S WITH OR WITHOUT THE EXTENDED INSTRUCTION SET THIS FLOPPY CONTAINS THE LATEST VERSION (MAY 1982). I HAVE CORRECTED ALL PROBLEMS THAT HAVE BEEN REPORTED TO ME. KEN DEMERS UNITED TECHNOLOGIES RESEARCH CENTER ROBOTICS LABORATORY EAST HARTFORD, CONNECTICUT 06108 203 727-7527 OR 7240 FLTXTI.MAC 3 25-Mar-82 HTEXT .MAC 2 17-Dec-79 HTEXTI.MAC 2 17-Dec-79 HTXT .MAC 2 17-Dec-79 PLOT .MAC 2 17-Dec-79 TICXOY.MAC 2 25-Nov-81 PLOTC .MAC 2 17-Dec-79 VCURSR.MAC 2 17-Dec-79 VTEXT .MAC 2 17-Dec-79 VTEXTI.MAC 2 17-Dec-79 LSTPLT.MAC 2 24-Nov-81 PLTSYM.MAC 3 25-Mar-82 TXTGRD.MAC 2 25-Mar-82 EMU20 .FOR 1 30-Mar-82 COPPLT.COM 3 23-Nov-81 GTCUR .MAC 2 17-Dec-79 TXTINT.MAC 2 25-Mar-82 WINDOW.MAC 4 18-Nov-81 MVCUR .MAC 2 22-Mar-82 VTXT .MAC 3 18-Nov-81 POINT .MAC 3 25-Nov-81 PLTDAT.MAC 9 30-Mar-82 REGSAV.MAC 2 24-Nov-81 TICMKG.MAC 3 17-Dec-79 LSTPLT.COM 3 25-Nov-81 POINTI.MAC 3 25-Nov-81 PLTTST.FOR 3 20-Nov-81 PLTSCR.FOR 2 23-Nov-81 ABSGRD.MAC 4 25-Nov-81 PLTTIC.MAC 3 25-Nov-81 TICMRK.MAC 3 17-Dec-79 LABEL .MAC 4 25-Nov-81 FIRST .MAC 3 25-Nov-81 TICGRD.MAC 5 02-Dec-81 MACPLT.COM 2 25-Nov-81 TICWIN.MAC 5 02-Dec-81 FLTXT .MAC 3 25-Mar-82 SCALE .MAC 8 03-Dec-81 VIRABS.MAC 5 02-Dec-81 LIBPLT.COM 2 07-Dec-81 SFGL70.DOC 44 06-May-81 PLTTST.COM 1 21-Jan-82 PLTVCR.COM 1 21-Jan-82 PLTSCR.COM 1 21-Jan-82 BLDPLT.COM 1 01-Mar-82 GRID .MAC 15 30-Mar-82 EMU20 .COM 1 07-Apr-82 EMU20 .MAP 12 07-Apr-82 PLTVCR.SAV 27 05-May-82 PLTVCR.FOR 2 13-Apr-82 ENCODE.MAC 6 28-Apr-82 PLTWIN.FOR 3 04-May-82 PLTGEN.MAC 4 05-May-82 LABTIC.MAC 5 04-May-82 PLTCON.FST 2 05-May-82 PLOTPR.MAC 49 04-May-82 PLTSCR.SAV 27 05-May-82 Z .COM 1 05-May-82 PLTWIN.COM 1 05-May-82 COMDBT.MAC 13 05-May-82 DISTIC.MAC 11 05-May-82 PLTCON.MAC 2 05-May-82 X .COM 1 05-May-82 BLDTST.COM 1 05-May-82 PLTTST.MAP 12 05-May-82 PLTWIN.MAP 14 05-May-82 PLTSCR.MAP 11 05-May-82 67 Files, 388 Blocks PLTVCR.MAP 12 05-May-82 SFGL70.RNO 42 05-May-82 README.1ST 4 05-May-82 PLTWIN.SAV 30 05-May-82 PLTTST.SAV 28 05-May-82 DATA .OBJ 7 25-Nov-81 SFGL70.OBJ 40 05-May-82 8 Files, 165 Blocks ************************************************************ TECO1.DEV TECO2.DEV TECO Version 36. Steve Heflin New Age Micro Systems, Inc. 28 Bates Street Foxboro, Mass 02035 (617)543-4237 TECO .OBJ 46 18-Jan-82 SCREEN.OBJ 16 18-Jan-82 SCRINS.OBJ 4 18-Jan-82 SCROLL.OBJ 4 18-Jan-82 TECO .MAP 14 18-Jan-82 TECO .SAV 51 18-Jan-82 TECOV .MAP 14 18-Jan-82 TECOV .SAV 50 18-Jan-82 CRTASM.COM 1 18-Jan-82 TECASM.COM 1 18-Jan-82 TECLNK.COM 1 18-Jan-82 TECO .DIR 3 12-MAY-82 11 Files, 202 Blocks CRTPRE.MAC 1 18-Jan-82 TIOPRE.MAC 18 18-Jan-82 TECOV .MAC 2 18-Jan-82 TECOIO.MAC 66 18-Jan-82 TIOFET.MAC 4 18-Jan-82 TIOEIO.MAC 28 18-Jan-82 TIOIAS.MAC 6 18-Jan-82 CRTRUB.MAC 47 18-Jan-82 TIOENC.MAC 28 18-Jan-82 TIOINI.MAC 61 18-Jan-82 TIORFS.MAC 34 18-Jan-82 TIODCD.MAC 16 18-Jan-82 12 Files, 311 Blocks ************************************************************ RESLIB.DEV This is a set of modules for implementing RSX-like libraries under RT-11 FB. It is an updated version of an earlier submission. Mark Bartelt Caltech 356-48 Pasadena, California 91125 213/356-6663 (After July 1, 1982, I can be reached at: HSC Research Development Corporation 555 University Avenue Toronto, Ontaraio M5G 1X8 Canada ) RESLIB.DOC 11 07-May-82 LB .MAC 6 07-May-82 MAKELB.FOR 12 07-May-82 LSHIFT.MAC 2 21-May-79 MAKELB.V3 16 07-May-82 MAKELB.V4 16 07-May-82 OTI .NHD 5 25-Jan-82 OTI .EAE 5 25-Jan-82 OTI .EIS 5 25-Jan-82 OTI .FIS 5 25-Jan-82 OTI .FPU 6 25-Jan-82 OTISET.OBJ 1 25-Jan-82 FCHNL .OBJ 1 03-May-80 13 Files, 91 Blocks ***************************************************************** GETRSX.DEV This is a UNIX program to read RSX-11 (ODS-1) filesystems. It is submitted in hopes that it can be easily ported to RT-11 using the DECUS C compiler. Mark Bartelt Caltech 356-48 Pasadena, California 91125 213/356-6663 ( After July 1 I can be reached at: HSC Research Development Corporation 555 University Avenue Toronto, Ontario M5G 1X8 Canada ) README.1ST 2 07-May-82 GETRSX.C 38 07-May-82 GETRSX.DOC 6 07-May-82 GETRSX.DIR 2 12-May-82 3 Files, 46 Blocks ************************************************************************ APL1.DIR APL2.DIR Douglas R. Bohrer First Chicago 1 First National Plaza Personnel Suite 0005 Chicago IL 60091 312-732-8785 APL-11 and Utilities. APL03 .SAV CHAREX.HLP FORUTL.DOC MAPPER.FOR MATCHB.FOR APL06 .SAV FIXLEN.FOR FSALEN.FOR MAPPER.HLP MATCHB.HLP APL07 .SAV FIXLEN.HLP FSALEN.HLP MATCH .FOR UTLCAL.APL CHAREX.FOR FORUTL.COM INVERT.APL MATCH .HLP UTLPRT.APL 20 files, 391 Blocks APLUTL.DOC APL00 .SAV APL01 .SAV APL02 .SAV APL04 .SAV 5 files, 417 Blocks *****************************************************************************