home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / chipsc / chipstc / chipstc.doc < prev    next >
Encoding:
Text File  |  1990-02-09  |  697 b   |  17 lines

  1.  
  2.  CHIPSTC.ZIP contains chips(), a TurboC 2.0 callable ASM function which
  3.  returns the type of CPU (8088/8086, V20/V30, 80186, 80286 or 80386) and
  4.  the type of NDP or math coprocessor (8087, 80287 or 80387) present at
  5.  run- time.  The return is via the AX register so the enclosed source
  6.  code is easily hacked for other applications.  Includes .ASM, .OBJ
  7.  (small mod- el), .REF, and .C, .EXE and .MAP (for example and calling
  8.  convention). Enjoy!
  9.  
  10.                                  /Pat Shea @Psi! CIS [76210,712]
  11.  
  12.  The program was modified to work with TurboC 2.0 on Feb 9, 1990. Check
  13.  the CHIPS.ASM file for documentation.
  14.  
  15.                                  - Henrik Schmiediche
  16.  
  17.