Windows Assembly Language Programming

前端 未结 3 1849
青春惊慌失措
青春惊慌失措 2021-02-04 16:43

Can someone point to some current up to date resources on this topic? Have searched like anything but most tutos like Iczelion\'s are a decade old and no longer current.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 17:10

    I agree with the other answers here; the content of these tutorials is still valid. However, they do not cover 64-bit assembly. If that's what you're after, I would suggest to familiarise yourself with Win32 (Iczelion's tutorials) first and then later try the same things in Win64.

    The only major difference is the new calling convention on Win64 (and that you have more/larger registers, obviously).

提交回复
热议问题