64位汇编简介
我正在寻找一篇介绍 Intel 64 位处理器和汇编的文章:x64 寄存器列表、命令语法等,供熟悉 32 位汇编的程序员使用。有点像 64 位处理器的“新增功能”。
I am looking for an articles which introduce Intel 64 bit processor and Assembly: list of x64 registers, commands syntax etc. for programmers familiar with 32 bit Assembly. Kind of "What's new" for 64 bit processor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.codeproject.com/KB/vista/vista_x64.aspx
http://msdn.microsoft.com/en -us/library/ms235286%28VS.80%29.aspx
UNIX 和 Linux 的调用约定是什么? x86-64 上的 Linux 系统调用
http://www.codeproject.com/KB/vista/vista_x64.aspx
http://msdn.microsoft.com/en-us/library/ms235286%28VS.80%29.aspx
What are the calling conventions for UNIX & Linux system calls on x86-64
英特尔 64 和 IA-32 架构软件开发人员手册包含您所需的一切。
The Intel 64 and IA-32 Architectures Software Developer's Manuals have everything you need.