home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 110_01 / environ.doc < prev    next >
Text File  |  1984-03-03  |  1KB  |  26 lines

  1.             ENVIRONMENT DIVISION
  2.  
  3.     All programs were either developed or modified to run under
  4. BDS C version 1.41 under CP/M 1.4, using a standard S-100 bus (Imsai
  5. w/Z-80 uC), 40k bytes of memory, dual single/double density floppies
  6. (only one floppy, single density is required for any of these programs).
  7. Most programs are fairly small and should run (and compile) in 32k or
  8. less.
  9.  
  10.     Certain programs (e.g., chargen) make use of memory-mapped VIO,
  11. in an 80 char x 24 line format, and simple graphic characters.
  12. These can be easily modified to 64x16, and/or standard ASCII characters.
  13. See the comments within "chargen" for more info. on the graphics.
  14.  
  15.     All these programs were compiled with a slightly modified
  16. version of the standard "deff" library. None of these changes are
  17. required in order to recompile and run; only the esthetics are different.
  18.  
  19.     The value of NSECTS is set to 8.
  20.  
  21.     The _spr function used by printf, et al., was modified for
  22.     "prolog.c", as described in READ-ME.DOC and the file "printf.c".
  23.  
  24.     The getc function was modified for "bin2hex.c", as described
  25.     in READ-ME.DOC and the file "getc.c".
  26.