home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bbl-v-1.zip / 00README.TXT next >
Text File  |  1992-08-29  |  2KB  |  65 lines

  1.                 BBL.SYS
  2.               Written by H. D. Todd
  3.                Wesleyan University
  4.                   August, 1992
  5.             hdtodd@mockingbird.wesleyan.edu
  6.  
  7.  
  8.     BBL is a device driver that displays characters written to it as
  9. large block letters on the screen.  It uses no interrupts and is a
  10. passive, output-only device driver, acting only when it receives
  11. characters.  Distribution files for BBL:
  12.  
  13. 00README.TXT
  14.     This file.
  15.  
  16. BBL.SYS
  17.     The BBL device driver, to be loaded by config.sys.
  18.  
  19. BBL.ASM
  20.     The source file for the BBL device driver.
  21.  
  22. MAKEFILE    
  23.     The make file for BBL.
  24.         make        makes BBL.SYS
  25.         make doc    makes the doc files
  26.         make test    makes the testing program
  27.         make clean    removes files for fresh remake
  28.  
  29. BBL-TEST.EXE
  30. BBL-TEST.C  
  31.     Testing program for BBL.   Demonstrates the commands and
  32.     operating modes for BBL.  The .EXE version is compiled using
  33.     only 8086 instructions.
  34.  
  35. BBL-DEMO.BAS
  36.     Demonstrates the use of BBL in BASIC (written for QBASIC but
  37.     should be compatible with others, e.g., GWBASIC).
  38.  
  39. BBL-MAN.TEX
  40.     The source file for the BBL user's manual.  Written in LaTeX.
  41.     Uses MANPAGE.STY
  42.  
  43. BBL-PLM.TEX
  44.     The source file for the BBL programmer's logic manual.
  45.     Written in LaTeX.
  46.  
  47. BBL-MAN.PS
  48. BBL-PLM.PS
  49.     Postscript versions of the user's manual and 
  50.     programmer's logic manual.
  51.  
  52. MANPAGE.STY
  53.     Style description for Unix-style man pages for LaTeX.  Used in
  54.     BBL user's manual.
  55.  
  56. TSTBBL.ASM
  57.     TASM source code for prototyping techniques used to 
  58.     display chars in BBL.  Useful for debugging purposes if
  59.     you decide to tinker with BBL source code.
  60.  
  61. TSTCMD.ASM
  62.     TASM source code for prototyping techniques for processing
  63.     command-line options for the device driver.  Useful for
  64.     debugging if you decide to add command-line options.
  65.