home *** CD-ROM | disk | FTP | other *** search
- Source Code for BYTE DOS benchmarks, Version 2.0.
- This directory contains source for the DOS benchmarks.
- We've supplied the following files:
-
- BENCHCOD.C - Benchmark source.
- BENCHFAC.C - Interface source.
- DBSUBS.C - Subroutines for database handling.
- BENCHSUB.ASM - Assembly subroutines for benchmarks.
- WINSUBS.ASM - Window subroutines.
- MISCSUBS.ASM - Miscellaneous subroutines.
- BENCHDEF.H, DB.H, IFACE.H, WIN.H - C header files.
-
- We used Turbo C, version 2.0, and TASM, version 1.0.
- To build the bbench.exe executable, use:
-
- tasm BENCHSUB.ASM
- tasm WINSUBS.ASM
- tasm MISCSUBS.ASM
-
- tcc BENCHCOD.C
- tcc BENCHFAC.C
- tcc DBSUBS.C
-
- tlink c0s benchfac winsubs miscsubs dbsubs benchsubs benchcod ,bbench.exe,,emu.lib maths.lib cs.lib
-
- Your comments are welcome. Reach us at
- BYTE
- One Phoenix Mill Lane
- Peterborough, NH 03458