What is the best resource for learning (N)ASM?

后端 未结 5 1130
悲哀的现实
悲哀的现实 2021-02-04 11:18

I\'ve been wanting to learn assembly for a while now, and although I\'ve tried a few times before, I haven\'t really been able to get past \"Hello, world\". Are there any good i

5条回答
  •  再見小時候
    2021-02-04 11:35

    Unfortunately, there is not so much good places and books to learn nasm. But some of them we have:

    Resources:

    • Of course official documentation
    • Low-Level Programming: C, Assembly, and Program Execution on Intel ® 64 Architecture
    • Assembly Language for Intel-Based Computers(Kip R. Irvine)
    • Introduction to 64 Bit Intel Assembly Language Programming for Linux(Benjamin Ray Seyfarth)

    This list will be updated as soon as I'll find new good resources.

提交回复
热议问题