How many instructions are there on x86 today? [closed]

拥有回忆 提交于 2019-12-12 08:20:33

问题


I am trying to learn up to date x86 assembly all from old 386 base instructions through all the sse additions up until now.

I read some things like SSE5 counts 170 new instructions - and I became urged to know how many of them there are presently in total.

Some may say that it's hard to count (because some of them are close, but work on different type arguments), but I think they can be counted with some reasonable assumptions on how to count multiples as one. So could anybody provide an answer to that?

The best answer would be the table of how many instructions in each processor extension it was.


回答1:


Have a look here, this listing should give you an idea on how many instructions were added to each x86 architecture.

In any case there is no better reference than the official Intel® 64 and IA-32 Architectures Software Developer’s Manual.



来源:https://stackoverflow.com/questions/15922708/how-many-instructions-are-there-on-x86-today

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!