assembly instruction set for my processor

你。 提交于 2019-12-20 02:10:47

问题


Dear all, this is a simple question, I think. How do I find the instruction set for my processor? proc/cpu gives me (a vanilla cpu):

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Core(TM)2 Duo CPU     T6600  @ 2.20GHz
stepping        : 10
cpu MHz         : 1200.000
cache size      : 2048 KB

where do I find documentation about the instruction set for this? I'd like to get info to unlock gcc's .s files to know how it's translating my code. Please accept my apologies if the question is not clear, I'll be happy to clarify. Thanks.


回答1:


http://www.intel.com/products/processor/manuals/

You want the "Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2A: Instruction Set Reference, A-M" and the "Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2B: Instruction Set Reference, N-Z".



来源:https://stackoverflow.com/questions/4070922/assembly-instruction-set-for-my-processor

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