CPUID3.ASM                       CPU identification routine. File contains
                                 MASM source code for detecting the 8086,
                                 80286, 80386, 80486, & Pentium processors.
                                 Code also detects presence of FPU and, if
                                 present, returns a code indicating the type
                                 of FPU. Instructions for using the code are
                                 included as comments within the file.
                                 04/27/93. From Intel Corporation.
CPUID3WK.ASM                     Same as CPUID3.ASM but with changes to
                                 seven conditional jumps to eliminate severe
                                 errors when assembled with MASM 5.1 - see
                                 comments in file.
CPUID3.DIF                       A summary of the changes made to CPUID3.ASM to
                                 create CPUID3WK.ASM.
CPUID3WK.OBJ                     Object file created from CPUID3WK.ASM using
                                 MASM 5.1.
CPUID3WK.EXE                     Executable created from CPUID3WK.OBJ using
                                 LINK 3.64.
