home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / chips.zip / CHIP_TST.DOC < prev    next >
Text File  |  1989-09-28  |  1KB  |  42 lines

  1. CHIP_TST is a small program that displays the processor and co-processor (if
  2. any) for a particular computer.     The CHIPS() function within the CHIPS.BIN LEM
  3. makes this easy.  CHIPS is derived from Pat Shea's assembly langauge program
  4. of the same name (Copyright 1987 by Pat Shea - Psi!) which is, in turn, derived
  5. from uncopyrighted published logic by Clif Purkiser and work adopted from Ted
  6. Fogeron August 1987 PC Tech Journal article.  If any other residual rights
  7. could be conceivably be ascribed to me (Louis Berman) then I cede those rights
  8. (with regaurds to the CHIPS.BIN LEM) to the public domain.
  9.  
  10.  
  11. The CHIPS() function returns the following values as an integer:
  12.  
  13.    8x if an 8088/8086
  14.   18x if an 80186/80188
  15.   28x if an 80286
  16.   38x if an 80386
  17.   20x for a NEC V20/V30
  18.  
  19.      and
  20.  
  21.   xx0 if NO NDP is found
  22.   xx1 if an 8087
  23.   xx2 if an 80287
  24.   xx3 for an 80387
  25.  
  26. A return of 280 means you got an 80286 machine with no NDP, 383 means you
  27. have an 80386/80387 rig to work with, and a return of 81 sez that you have
  28. 8088/8086 CPU with an 8087.  A 200 tells you that you got an NEC V20/V30
  29. without a NDP.    Ad-nauseum.
  30.  
  31. I hope you find this LEM, and the test program accompanying it, both useful
  32. and interesting!
  33.  
  34.  
  35. Louis S. Berman
  36. President
  37. BrainTree Consulting Ltd.
  38. 42-05 204th Street
  39. Bayside, NY  11361
  40. 212-979-7032/718-279-2100
  41.  
  42.