home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 150_01 / header.cug < prev    next >
Text File  |  1985-09-07  |  12KB  |  250 lines

  1. /*
  2.        HEADER:  150.??;
  3.         TITLE:  Load/Link Graphics Character Table;
  4.   DESCRIPTION:  "This is the executable file for CLINK.  For a more complete
  5.                  description, refer to the header for CLINK.ASM.
  6.                  Usage:  CLINK [<file name>]  ";
  7.      KEYWORDS:  Color Graphics Card, Graphics Characters, BIOS Extension;
  8.        SYSTEM:  IBM PC and true compatibles;
  9.      FILENAME:  CLINK.COM;
  10.      WARNINGS:  "1) User documentation not included. 
  11.                  2) Limited error checking.";
  12.      SEE-ALSO:  CLINK.ASM;
  13.       AUTHORS:  Ray Duncan, modified by Patrick Banchy;
  14.     COMPILERS:  IBM/Microsoft 8088 Macro Assembler;
  15.    REFERENCES:  AUTHORS: Ray Duncan/P. Banchy; TITLE: "CLINK.ASM";
  16.                 CITATION: "PC-SIG Disk 50 or 142";
  17.                 AUTHORS: Ray Duncan;           TITLE: "unknown";
  18.                 CITATION: "Dr. Dobbs Journal, #74" 
  19.        ENDREF;
  20. */
  21. /*
  22.        HEADER:  150.??;
  23.         TITLE:  ROFF - "RUNOFF" Text Formatter Program;
  24.       VERSION:  5.1;
  25.          DATE:  08/28/1982;
  26.   DESCRIPTION:  "This is the include file for ROFF2.C.  It is like the file
  27.                  ROFF.H, except that the variables have been made 'extern'.
  28.                  For a more complete description of ROFF, refer to the header
  29.                  for file ROFF1.C.";
  30.      KEYWORDS:  ROFF, Text Formatter, Software Tools;
  31.        SYSTEM:  any system with C compiler;
  32.      FILENAME:  ROFF.HE;
  33.      SEE-ALSO:  ROFF.DOC, ROFF.H, ROFF1.C, ROFF2.C, ROFF.EXE;
  34.       AUTHORS:  modified "for IBM-PC" by M. S. Zachmann;
  35.     COMPILERS:  BDS-C originally, IBM C compiler unknown;
  36.    REFERENCES:  AUTHORS: M. S. Zachmann; TITLE: "ROFF";
  37.                 CITATION: "PC-SIG Disk 50 or 142";
  38.                 AUTHORS: Kernighan and Plauger; TITLE: "Software Tools";
  39.                 CITATION: "available in many computer stores" 
  40.        ENDREF;
  41. */
  42. /*
  43.        HEADER:  150.??;
  44.         TITLE:  LTYPE - Type Library Member to STDOUT;
  45.       VERSION:  3.0;
  46.          DATE:  01/03/1984;
  47.   DESCRIPTION:  "Copies the specified library member to the STDOUT file.    
  48.                  Usage is:  LTYPE <library file> <member name>             
  49.                  A library file is a single large file to the operating system 
  50.                  which has been built from many smaller files.  The purpose of 
  51.                  a library file is to save the diskette space which otherwise 
  52.                  would be wasted, due to the allocation of disk space in units 
  53.                  of fixed size.";
  54.      KEYWORDS:  Library File, .LBR file, Disk Space;
  55.        SYSTEM:  MSDOS;
  56.      FILENAME:  LTYPE.EXE;
  57.      WARNINGS:  "User documentation not included.";
  58.      SEE-ALSO:  LTYPE.C, Library Utility, LU, LDIR.C;
  59.       AUTHORS:  S. Kluger for CP/M, modified by Pete Mack for MSDOS;
  60.     COMPILERS:  Lattice C; 
  61.    REFERENCES:  AUTHORS: S. Kluger/P. H. Mack; TITLE: "LTYPE";
  62.                 CITATION: "PC-SIG Disk 50 or 142" 
  63.        ENDREF;
  64. */
  65. /*
  66.        HEADER:  150.??;
  67.         TITLE:  MSDOS Interface Macros;
  68.   DESCRIPTION:  "Assembler language macros which call each of the (published)
  69.                  operating system functions of MSDOS Releases 1.0 and 2.0.  The  
  70.                  advantage of using these macros is that the call can be 
  71.                  symbolic and the macros will move the parameters to the 
  72.                  correct registers before the call.  The 1.0 calls have brief  
  73.                  documentation; the 2.0 calls have no documentation.";
  74.      KEYWORDS:  MSDOS, Macros;
  75.        SYSTEM:  MSDOS;
  76.      FILENAME:  DOS.MAC;
  77.      WARNINGS:  "MSDOS Manual needed to document the usage of each macro.";
  78.      SEE-ALSO:  BIOS.MAC;
  79.     COMPILERS:  IBM/Microsoft 8088 Macro Assembler;
  80.    REFERENCES:  AUTHORS: unknown; TITLE: "DOS.MAC";
  81.                 CITATION: "PC-SIG Disk 50 or 142" 
  82.        ENDREF;
  83. */
  84. /*
  85.        HEADER:  150.??;
  86.         TITLE:  LDIR - Library Directory Display Program;
  87.       VERSION:  3.0;
  88.          DATE:  02/29/1984;
  89.   DESCRIPTION:  "This is the executable file for LDIR.  For a more complete 
  90.                  description, see the header for LDIR.C.";
  91.      KEYWORDS:  Library File, .LBR, Directory, Disk Space;
  92.        SYSTEM:  MSDOS;
  93.      FILENAME:  LDIR.EXE;
  94.      WARNINGS:  "1) User documentation not included.  Program prints syntax
  95.                     and options summary when called with no command line 
  96.                     options.
  97.                  2) Copyrighted.  Permission granted for noncommercial use.";
  98.      SEE-ALSO:  LDIR.C, Library Utility, LU, LTYPE.C;
  99.       AUTHORS:  Gary P. Novosielski for CP/M, modified by Pete Mack for MSDOS;
  100.     COMPILERS:  Lattice C; 
  101.    REFERENCES:  AUTHORS: Gary P. Novosielski; TITLE: "LDIR";
  102.                 CITATION: "PC-SIG Disk 50 or 142" 
  103.        ENDREF;
  104. */
  105. /*
  106.        HEADER:  150.??;
  107.         TITLE:  ROFF - "RUNOFF" Text Formatter Program;
  108.       VERSION:  5.1;
  109.          DATE:  08/28/1982;
  110.   DESCRIPTION:  "This is the executable file for ROFF.
  111.                  For a more complete description, refer to the header
  112.                  for file ROFF1.C.";
  113.      KEYWORDS:  ROFF, Text Formatter, Software Tools;
  114.        SYSTEM:  any system with C compiler;
  115.      FILENAME:  ROFF.EXE
  116.      SEE-ALSO:  ROFF.DOC, ROFF.H, ROFF.HE, ROFF1.C, ROFF2.C;
  117.       AUTHORS:  modified "for IBM-PC" by M. S. Zachmann;
  118.     COMPILERS:  BDS-C originally, IBM C compiler unknown;
  119.    REFERENCES:  AUTHORS: M. S. Zachmann; TITLE: "ROFF";
  120.                 CITATION: "PC-SIG Disk 50 or 142";
  121.                 AUTHORS: Kernighan and Plauger; TITLE: "Software Tools";
  122.                 CITATION: "available in many computer stores" 
  123.        ENDREF;
  124. */
  125. /*
  126.        HEADER:  150.??;
  127.         TITLE:  ROFF - "RUNOFF" Text Formatter Program;
  128.       VERSION:  5.1;
  129.          DATE:  08/28/1982;
  130.   DESCRIPTION:  "This is the user documentation file for ROFF.  
  131.                  For a more complete description of ROFF, refer to the header
  132.                  for file ROFF1.C.";
  133.      KEYWORDS:  ROFF, Text Formatter, Software Tools;
  134.        SYSTEM:  any system with C compiler;
  135.      FILENAME:  ROFF.DOC;
  136.      SEE-ALSO:  ROFF.H, ROFF.HE, ROFF1.C, ROFF2.C, ROFF.EXE;
  137.       AUTHORS:  modified "for IBM-PC" by M. S. Zachmann;
  138.     COMPILERS:  BDS-C originally, IBM C compiler unknown;
  139.    REFERENCES:  AUTHORS: M. S. Zachmann; TITLE: "ROFF";
  140.                 CITATION: "PC-SIG Disk 50 or 142";
  141.                 AUTHORS: Kernighan and Plauger; TITLE: "Software Tools";
  142.                 CITATION: "available in many computer stores" 
  143.        ENDREF;
  144. */
  145. /*
  146.        HEADER:  150.??;
  147.         TITLE:  ROFF - "RUNOFF" Text Formatter Program;
  148.       VERSION:  5.1;
  149.          DATE:  08/28/1982;
  150.   DESCRIPTION:  "This is the include file for ROFF1.C.  It is like the file
  151.                  ROFF.HE, except that the variables are not made 'extern'.
  152.                  For a more complete description of ROFF, refer to the header
  153.                  for file ROFF1.C.";
  154.      KEYWORDS:  ROFF, Text Formatter, Software Tools;
  155.        SYSTEM:  any system with C compiler;
  156.      FILENAME:  ROFF.H;
  157.      SEE-ALSO:  ROFF.DOC, ROFF.HE, ROFF1.C, ROFF2.C, ROFF.EXE;
  158.       AUTHORS:  modified "for IBM-PC" by M. S. Zachmann;
  159.     COMPILERS:  BDS-C originally, IBM C compiler unknown;
  160.    REFERENCES:  AUTHORS: M. S. Zachmann; TITLE: "ROFF";
  161.                 CITATION: "PC-SIG Disk 50 or 142";
  162.                 AUTHORS: Kernighan and Plauger; TITLE: "Software Tools";
  163.                 CITATION: "available in many computer stores" 
  164.        ENDREF;
  165. */
  166. /*
  167.        HEADER:  150.??;
  168.         TITLE:  MSDOS 2.x I/O Subroutines for Lattice C;
  169.          DATE:  06/23/1983;
  170.   DESCRIPTION:  "Assembler subroutines which allow Lattice C to use the Xenix-
  171.                  like functions of MSDOS 2.x.  Routines for CREATE/OPEN/CLOSE/
  172.                  READ/WRITE/FIND/FSIZE/DELETE of files using path names.
  173.                  Although there may be some good interfacing information buried
  174.                  here, the need for these subroutines was ended when Lattice
  175.                  upgraded their C library to support MSDOS 2.x path names.
  176.                  Comments in file describe how to use each of the subroutines."
  177.                  ;
  178.      KEYWORDS:  Lattice C I/O Routines, MSDOS 2.x Paths;
  179.        SYSTEM:  MSDOS 2.x only;
  180.      FILENAME:  XENIX.ASM;
  181.       AUTHORS:  T. Jennings;
  182.     COMPILERS:  IBM/Microsoft 8088 Assembler;
  183.    REFERENCES:  AUTHORS: T, Jennings; TITLE: "XENIX.ASM";
  184.                 CITATION: "PC-SIG Disk 50 or 142" 
  185.        ENDREF;
  186. */
  187. /*
  188.        HEADER:  150.??;
  189.         TITLE:  Load/Link Graphics Character Table;
  190.   DESCRIPTION:  "Allocates 1Kbyte of space for the table, terminates while
  191.                  staying resident.  Subsequent calls will load the first 1K
  192.                  bytes of the specified file into the table, and link the table
  193.                  into the screen display BIOS routine.  Purpose is to define
  194.                  the screen images of the characters between 0x80 and 0xFF,    
  195.                  which IBM left as a user definable option with the PC
  196.                  color graphics adapter card.  
  197.                  Usage:  CLINK [<file name>]  ";
  198.      KEYWORDS:  Color Graphics Card, Graphics Characters, BIOS Extension;
  199.        SYSTEM:  IBM PC and true compatibles;
  200.      FILENAME:  CLINK.ASM;
  201.      WARNINGS:  "1) User documentation not included. 
  202.                  2) Limited error checking.";
  203.      SEE-ALSO:  CLINK.COM;
  204.       AUTHORS:  Ray Duncan, modified by Patrick Banchy;
  205.     COMPILERS:  IBM/Microsoft 8088 Macro Assembler;
  206.    REFERENCES:  AUTHORS: Ray Duncan/P. Banchy; TITLE: "CLINK.ASM";
  207.                 CITATION: "PC-SIG Disk 50 or 142";
  208.                 AUTHORS: Ray Duncan;           TITLE: "unknown";
  209.                 CITATION: "Dr. Dobbs Journal, #74" 
  210.        ENDREF;
  211. */
  212. /*
  213.        HEADER:  150.??;
  214.         TITLE:  IBM PC BIOS Interface Macros;
  215.   DESCRIPTION:  "Macro calls to each of the BIOS (Basic Input Output System)
  216.                  functions.  Advantage of using these macros is that the call
  217.                  (actually an interrupt) can be made by name, rather than by
  218.                  number, and the macros will move the specified parameters
  219.                  to the proper location before invoking the BIOS routine.
  220.                  By the nature of the BIOS functions, these are very low-level 
  221.                  function calls.  Intended for use in assembler language 
  222.                  programs or subroutines.";
  223.      KEYWORDS:  Macros, BIOS;
  224.        SYSTEM:  IBM PC and true compatibles;
  225.      FILENAME:  BIOS.MAC;
  226.      WARNINGS:  "IBM PC Technical Reference Manual is needed to document each
  227.                  macro's purpose and parameters.";
  228.      SEE-ALSO:  DOS.MAC;
  229.     COMPILERS:  IBM/Microsoft 8088 Macro Assembler;
  230.    REFERENCES:  AUTHORS: unknown; TITLE: "BIOS.MAC";
  231.                 CITATION: "PC-SIG Disk 50 or 142" 
  232.        ENDREF;
  233. */
  234. /*
  235.        HEADER:  150.??;
  236.         TITLE:  Adj Real No Exponent To/From 8087 Format;
  237.       VERSION:  1.0;
  238.          DATE:  01/01/1983;
  239.   DESCRIPTION:  "Converts real numbers between Microsoft(?) BASIC or FORTRAN
  240.                  format and one compatible with the 8087 numeric coprocessor.";
  241.      KEYWORDS:  8087, Microsoft FORTRAN, Microsoft BASIC, Real Numbers;
  242.        SYSTEM:  8088/8086;
  243.      FILENAME:  AFT8087.MAC;
  244.       AUTHORS:  Jean-Marc Belisle;
  245.     COMPILERS:  IBM/Microsoft 8088 Macro Assembler;
  246.    REFERENCES:  AUTHORS: Jean-Marc Belisle; TITLE: "AFT8087.MAC";
  247.                 CITATION: "PC-SIG Disk 50 or 142" 
  248.        ENDREF;
  249. */
  250.