home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / microcrn / issue_40.arc / -READ.ME next >
Text File  |  1988-01-27  |  2KB  |  37 lines

  1.  
  2.  
  3.                     LISTINGS FOR MICRO CORNUCOPIA ISSUE #40
  4.  
  5.  
  6.  
  7. C-REVIEW.ARC - Nine benchmark programs plus one to evaluate the quality of
  8.                code generated (CODEQUAL.C) by the various C compilers.
  9.  
  10. GET.C        - Jack Purdum's program to parse a data file for a directory
  11.                path string.
  12.  
  13. KBDTEST.ARC  - C code plus executable file from 86World. Tests keyboard.
  14.  
  15. PPI.PAS      - Keyboard enable/disable and installed equipment functions.
  16.  
  17. SCANNER.ARC  - All software for the scanner series in the Pascal column.
  18.                Includes:
  19.                  CONFIG.MOD   - Graphics constants.
  20.                  PIC2FILE.MOD - Capture image to file.
  21.                  SCAN.ASM     - Resident data capture routine.
  22.                  SCAN.COM     - Assembled capture routine.
  23.                  SCRNSTUF.MOD - Screen definitions and low lovel routines.
  24.                  SCRNSTUF.UPD - Modified routines for SCRNSTUF.MOD.
  25.                  TESTSCAN.MOD - Test routine.
  26.  
  27. TBUG.ARC     - Code for source level Turbo C debugger. Includes:
  28.                  DEMO.*       - Demonstration program.
  29.                  TBUG.C       - Source for the debugger
  30.                  TBUG.DOC     - Quick notes on getting started with TBUG.
  31.                  TBUG.OBJ     - Compiled version - ready to be linked with
  32.                                 your buggy code.
  33.  
  34. TIDBIT40.C   - Standard deviation benchmarks.
  35.  
  36. VIEW.C       - CP/M text display program in Small C (from Kaypro column).
  37.