我的处理器的汇编指令集

发布于 2024-09-30 03:16:24 字数 451 浏览 7 评论 0原文

亲爱的大家,我认为这是一个简单的问题。如何找到适合我的处理器的指令集? 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葬心 2024-10-07 03:16:24

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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文