|
|
От: |
Алекс
|
http://wise-orm.com |
| Дата: | 30.10.02 17:54 | ||
| Оценка: | |||
bool __declspec(naked) IsRDTSCSupported()
{
__asm xor eax,eax;
__asm inc eax;
__asm cpuid;
__asm xor eax,eax
__asm test edx,10h;
__asm setne eax;
__asm retn;
}