64 bit Assembly introduction

前端 未结 2 1358
名媛妹妹
名媛妹妹 2021-02-04 17:51

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

相关标签:
2条回答
  • 2021-02-04 18:56

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

    0 讨论(0)
  • 2021-02-04 18:57

    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

    0 讨论(0)
提交回复
热议问题