64 bit Assembly introduction

2019-03-14 00:18发布

问题:

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