Duplicate
Could someone point me to a book/tutorial which is best for x86 asm on linux. I know there are threads that exist for this already, and probably some books even.
Could someone point me to a book/tutorial which is best for x86 asm on linux. I know there are threads that exist for this already, and probably some books even.
Programming From The Ground Up, a free e-book might interest you. It covers x86 on Linux.
Linux Assembly is another good resource.
Assembly language step-by-step
Great mix of getting started/computer architecture versus pragmatic program writing.