- 4.67.1.31. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.31. Test8086 variable
4.67.1.31. Test8086 variable
Targets: MS-DOS, OS/2, Win32
System Unit
Identifies the type of 80x86 processor (CPU) the system contains.
Declaration:
const Test8086: DWORD = 2;
Remarks:
Test8086 always is 2 (Intel 80386 or higher).
Use CPU_getProcessorType
function to get exact processor type (see
The ZenTimer Unit
for more info).
- 4.67.1.31. -