Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>ndptype() - get type of numeric coprocessor installed</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     ndptype() - get type of numeric coprocessor installed
  Usage:    <integer> = ndptype()
  Params:   none
  Returns:  an integer equal to the type of numeric coprocessor
            installed, base on the following table:

                 Return    - Meaning
                 8087      - 8087 coprocessor
                 80287     - 80287 coprocessor
                 80387     - 80387 coprocessor
                 0         - no coprocessor

 ---------------------------------- Example ---------------------------------

                 if (ndptype() > 0)
                      ? "This machine has an"+str(ndptype())+;
                        "Coprocessor installed"
                 else
                      ? "There is no numeric processor installed"
                 endif


See Also: systype() cputype() romdate()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson