64 bit Assembly introduction

有些话、适合烂在心里 提交于 2019-12-20 10:48:23

问题


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.


回答1:


The Intel 64 and IA-32 Architectures Software Developer's Manuals have everything you need.




回答2:


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



来源:https://stackoverflow.com/questions/3661123/64-bit-assembly-introduction

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