mov eax, 1 cpuid mov esi, ecx mov ebx, ecx_feature_function_table call print_msg ;; input:; esi: feature information; ebx: function table;print_msg: xor eax, eax
www.mouseos.com