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
- Host: GitHub
- URL: https://github.com/dosx-dev/cpuid-in-c
- Owner: DosX-dev
- License: mit
- Created: 2023-08-11T17:55:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T18:36:44.000Z (over 2 years ago)
- Last Synced: 2025-05-07T04:58:29.733Z (8 months ago)
- Topics: asm, c, cpu, cpuid, desktop, detect, example, learning, low-level, name, processor, systeminfo, windows
- Language: C
- Homepage: https://dosx.su
- Size: 28.3 KB
- Stars: 97
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
