home *** CD-ROM | disk | FTP | other *** search
-
-
- LISTINGS FOR MICRO CORNUCOPIA ISSUE #40
-
-
-
- C-REVIEW.ARC - Nine benchmark programs plus one to evaluate the quality of
- code generated (CODEQUAL.C) by the various C compilers.
-
- GET.C - Jack Purdum's program to parse a data file for a directory
- path string.
-
- KBDTEST.ARC - C code plus executable file from 86World. Tests keyboard.
-
- PPI.PAS - Keyboard enable/disable and installed equipment functions.
-
- SCANNER.ARC - All software for the scanner series in the Pascal column.
- Includes:
- CONFIG.MOD - Graphics constants.
- PIC2FILE.MOD - Capture image to file.
- SCAN.ASM - Resident data capture routine.
- SCAN.COM - Assembled capture routine.
- SCRNSTUF.MOD - Screen definitions and low lovel routines.
- SCRNSTUF.UPD - Modified routines for SCRNSTUF.MOD.
- TESTSCAN.MOD - Test routine.
-
- TBUG.ARC - Code for source level Turbo C debugger. Includes:
- DEMO.* - Demonstration program.
- TBUG.C - Source for the debugger
- TBUG.DOC - Quick notes on getting started with TBUG.
- TBUG.OBJ - Compiled version - ready to be linked with
- your buggy code.
-
- TIDBIT40.C - Standard deviation benchmarks.
-
- VIEW.C - CP/M text display program in Small C (from Kaypro column).