An open API service indexing awesome lists of open source software.

https://github.com/dosx-dev/cpuid-in-c

An example of identifying a processor through the "cpuid" instruction
https://github.com/dosx-dev/cpuid-in-c

asm c cpu cpuid desktop detect example learning low-level name processor systeminfo windows

Last synced: 8 months ago
JSON representation

An example of identifying a processor through the "cpuid" instruction

Awesome Lists containing this project

README

          

# ```cpuid``` using example
An example of identifying a processor through the "cpuid" instruction (is used to retrieve information about the processor, including details about its architecture, vendor, features etc)

### [Download compiled as .EXE](https://github.com/DosX-dev/cpuid-in-C/releases/tag/Builds)
![](screen.png)