home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / MISC / BBENCH21.ZIP / SOURCE.ZIP / README < prev    next >
Encoding:
Text File  |  1990-05-13  |  882 b   |  30 lines

  1. Source Code for BYTE DOS benchmarks, Version 2.0.
  2. This directory contains source for the DOS benchmarks.
  3. We've supplied the following files:
  4.  
  5.  BENCHCOD.C  - Benchmark source.
  6.  BENCHFAC.C  - Interface source. 
  7.  DBSUBS.C    - Subroutines for database handling.
  8.  BENCHSUB.ASM - Assembly subroutines for benchmarks.
  9.  WINSUBS.ASM  - Window subroutines.
  10.  MISCSUBS.ASM - Miscellaneous subroutines.
  11.  BENCHDEF.H, DB.H, IFACE.H, WIN.H - C header files.
  12.  
  13. We used Turbo C, version 2.0, and TASM, version 1.0. 
  14. To build the bbench.exe executable, use:
  15.  
  16.   tasm BENCHSUB.ASM
  17.   tasm WINSUBS.ASM
  18.   tasm MISCSUBS.ASM
  19.  
  20.   tcc BENCHCOD.C
  21.   tcc BENCHFAC.C
  22.   tcc DBSUBS.C
  23.  
  24.   tlink  c0s benchfac winsubs miscsubs dbsubs benchsubs benchcod ,bbench.exe,,emu.lib maths.lib cs.lib
  25.  
  26. Your comments are welcome. Reach us at
  27.    BYTE
  28.    One Phoenix Mill Lane
  29.    Peterborough, NH 03458
  30.