Previous: Test8086 variable To the Table of Content Next: System Unit Procedures and Functions

- 4.62.1.32 -
Standard Units
System Unit
System Unit Variables

Test8087 variable

Targets: MS-DOS, OS/2, Win32

System Unit

Identifies the type of 80x87 processor (FPU) the system contains.

Declaration:
const Test8087: DWORD = 3;
OS2 and Win32 targets:
Test8086 always is 3 (Intel 80386 or higher).

MS-DOS target:
Test8087 is 3 for 387 or later or 0 if FPU is not detected.


Previous: Test8086 variable To the Table of Content Next: System Unit Procedures and Functions
Test8086 variable Table of Content System Unit Procedures and Functions

- 4.62.1.32 -