CPUID: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
→‎How to use CPUID: simplify asm, and use ecx rather than ebx because cdecl requires us to preserve ebx
Line 179: Line 179:
* You can check out [http://sandpile.org/ia32/cpuid.htm SandPile.org] for an exhaustive list of functions available through CPUID instruction.
* You can check out [http://sandpile.org/ia32/cpuid.htm SandPile.org] for an exhaustive list of functions available through CPUID instruction.
* Intel's [http://bochs.sourceforge.net/techspec/24161821.pdf CPUID Specification]
* Intel's [http://bochs.sourceforge.net/techspec/24161821.pdf CPUID Specification]
* AMD's [http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25481.pdf CPUID Specification]
* AMD's [http://support.amd.com/us/Processor_TechDocs/25481.pdf CPUID Specification]


[[Category:X86 CPU]]
[[Category:X86 CPU]]