home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG150.ARC / READ.ME < prev    next >
Text File  |  1979-12-31  |  2KB  |  52 lines

  1.        FILES ON THIS DISK:
  2.        ------------------
  3.  
  4.        BU20.LBR
  5.         Incremental back up utility in BDS C
  6.  
  7.        IF.LBR
  8.         Process a command line IF statement in Turbo Pascal
  9.  
  10.        C-STUFF1.LBR
  11.        C-STUFF2.LBR
  12.        C-STUFF3.LBR
  13.        C-STUFF4.LBR
  14.         Useful C functions and small programs
  15.  
  16.        TABLECRC.LBR
  17.         Illustratess use of a table driven CRC routine - in C
  18.  
  19.        NCUTILS.LBR
  20.         Nevada Cobol utilities for processing source files.
  21.         May work with NPS Cobol with a little fiddling.
  22.  
  23.        P.LBR
  24.         Provides multiple command line execution - like SUBMIT? in C
  25.  
  26.        PC.LBR
  27.         A programmable calculator using integer arithmetic - in C 
  28.  
  29.        TXT2ASM.AQM
  30.         Self explanatory (I hope)
  31.  
  32.        LIFE2.COM
  33.        LIFE2.PAS
  34.        INSTRNS.INC
  35.        LIFEA.DTA
  36.         Yet another version of LIFE!!!
  37.         This one allows you to save a matrix as a file and to load it
  38.         back later.
  39.         The original source would not compile under Turbo Pascal 3.01a
  40.         without splitting it into two files. I also altered the prog
  41.         to need confirmation before returning to CP/M - not very
  42.         elegantly I must admit.
  43.         LIFEA.DTA is a matrix that runs to 200+ generations before it
  44.         stabilises.
  45.         The following commands are used:
  46.             ^S    saves a matrix as a file
  47.             ^L    loads a file
  48.             1..9    are used to move cursor
  49.             5    toggles a point on/off
  50.             <space> toggles a point on/off
  51.             <CR>    interrupts the program.
  52.