Changeset 2613 for trunk/src/kernel32/cpuhlp.asm
- Timestamp:
- Feb 3, 2000, 7:56:39 PM (26 years ago)
- 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:35sandervl Exp $1 ; $Id: cpuhlp.asm,v 1.2 2000-02-03 18:56:39 sandervl Exp $ 2 2 3 3 ;/* … … 9 9 ; */ 10 10 .586 11 NAME except 11 NAME cpuhlp 12 13 DATA32 SEGMENT DWORD PUBLIC USE32 'DATA' 14 ASSUME DS:FLAT,SS:FLAT 15 16 PUBLIC CPUFeatures 17 CPUFeatures dd 0 18 19 DATA32 ENDS 12 20 13 21 CODE32 SEGMENT DWORD PUBLIC USE32 'CODE' … … 77 85 mov eax, edx 78 86 87 mov [CPUFeatures], eax 88 79 89 pop edx 80 90 pop ecx
Note:
See TracChangeset
for help on using the changeset viewer.