Skip to content

skeeto/x86-cpuinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86_64 CPU feature listing

cpuinfo is an x86_64 command line program for Windows and otherwise that prints the cpuid CPU features of wherever it happens to run. This information is trivial to obtain on Linux through /proc/cpuinfo, so the primary target is Windows (cpuinfo.exe). Assembly requires NASM the GNU linker.

Windows download: cpuinfo.exe