Ignore:
Timestamp:
Feb 3, 2000, 7:56:39 PM (26 years ago)
Author:
sandervl
Message:

export cpu feature dword + functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cpuhlp.asm

    r1815 r2613  
    1 ; $Id: cpuhlp.asm,v 1.1 1999-11-23 19:31:35 sandervl Exp $
     1; $Id: cpuhlp.asm,v 1.2 2000-02-03 18:56:39 sandervl Exp $
    22
    33;/*
     
    99; */
    1010.586
    11                 NAME    except
     11                NAME    cpuhlp
     12
     13DATA32  SEGMENT DWORD PUBLIC USE32 'DATA'
     14        ASSUME  DS:FLAT,SS:FLAT
     15
     16        PUBLIC  CPUFeatures
     17CPUFeatures     dd 0
     18
     19DATA32  ENDS
    1220
    1321CODE32          SEGMENT DWORD PUBLIC USE32 'CODE'
     
    7785        mov     eax, edx       
    7886
     87        mov     [CPUFeatures], eax
     88
    7989        pop     edx
    8090        pop     ecx
Note: See TracChangeset for help on using the changeset viewer.