什么是好的 64 位 NASM 汇编参考?

发布于 2024-08-30 01:06:20 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

定格我的天空 2024-09-06 01:06:20

这是我发现的 x86_64 Nasm 的一份很棒的备忘单: http: //www.cs.uaf.edu/2009/fall/cs301/support/x86_64/index.html

Here's a great cheat sheet for x86_64 Nasm I found: http://www.cs.uaf.edu/2009/fall/cs301/support/x86_64/index.html.

一抹微笑 2024-09-06 01:06:20

NASM 本身的使用没有什么区别(除了您可能想要指定 64 位输出格式),因此 32 位 NASM 参考就可以了。当然还有 64 位指令集(最值得注意的是完全不同的标准调用约定)。 AMD 这里有一些信息性文档: http://developer.amd.com/documentation /guides/pages/default.aspx

There is no difference concerning the usage of NASM itself (except that you probably want to specify a 64-bit output format), so a 32-bit NASM reference will do fine. Then it's of cource the 64-bit instruction set (and most notably the quite different standard calling convension). AMD has some informative documents here: http://developer.amd.com/documentation/guides/pages/default.aspx

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