Skip to content

rythie/CPUID-in-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CPUID-in-Assembly

This is only designed to run on x86 Linux machines. I wrote this code around Jan 2005 and it's not really been updated since, use at your own risk.

How to Build from Source

Where I have used 'nasm', 'yasm' could also be used.

32bit x86 machines

nasm -f elf cpuid.asm ld -s -o cpuid cpuid.o

64bit x86 machines

nasm -f elf cpuid.asm ld -s -m elf_i386 -o cpuid cpuid.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors