6 lines
75 B
C
6 lines
75 B
C
|
static void main(void)
|
||
|
{
|
||
|
asm("cpuid"
|
||
|
::: "eax", "ebx", "ecx", "edx");
|
||
|
}
|