Skip to content

zhengyu-yang/x86_64-instruction-count

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86_64 Instruction Count

This project attempts to answer the question of how many x86-64 instructions there are. See the corresponding blog post for more information.

Get All The Instructions:

./instr-count --mode "mnemonic_att" --show_instructions > mnemonic_att.txt

About

How many x86_64 instructions are there tnyway?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.6%
  • Makefile 14.5%
  • Shell 1.9%