我的处理器的汇编指令集
亲爱的大家,我认为这是一个简单的问题。如何找到适合我的处理器的指令集? proc/cpu
给了我(一个普通的 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
在哪里可以找到有关此指令集的文档?我想获取解锁 gcc
的 .s
文件的信息,以了解它如何翻译我的代码。如果问题不清楚,请接受我的歉意,我很乐意澄清。谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.intel.com/products/processor/manuals/
您想要《英特尔® 64 和 IA-32 架构软件开发人员手册》
第 2A 卷:指令集参考,AM”和“英特尔® 64 和 IA-32 架构软件开发人员手册第 2B 卷:指令集参考,NZ”。
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".