home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 April / Freeware-CD.bin / cputst / amd_cpu / amd!.EXE / readme.txt < prev   
Encoding:
Text File  |  1996-07-24  |  896 b   |  27 lines

  1. To compile the cpuid.exe program with the Borland C++ compiler, use the
  2. following command line:
  3.  
  4.     bcc @cpuid
  5.  
  6. The following files are included in cpuidfls.exe:
  7.  
  8.  
  9.     cpuid        A compiler directive file for
  10.             compiling the cpuid.exe program.
  11.             cpuid requires the following .h and
  12.             .cpp files for compilation.
  13.     defines.h    A header file
  14.     cpuid.cpp    The main module
  15.     cpuname.cpp    Identifies the specific CPU and features
  16.     ckcpubit.cpp    Checks processor ID bit in EFLAGS
  17.     cpuidstr.cpp    Determines the largest function value and
  18.             identifies AMD as the vendor
  19.     extidstr.cpp    Finds the largest extended function value
  20.             recognized by AMD processors
  21.     extname.cpp    Identifies the specific CPU
  22.     extstr.cpp    Displays the processor name string
  23.     extcache.cpp    Provides information about the TLB and caches
  24.     chkcpuid.cpp    Identifies the processor name string
  25.  
  26.     cpuid.exe    The executable program
  27.