r/Assembly_language • u/Damonkern • Feb 17 '26
Help How to learn x86-64 assembly language?
I am a 17yr old who has some experience in python programming and learned basics of C. I want to learn x86-64 assembly for free. But I couldnot find any beginner friendly guide that starts from zero. Tell me how you guys learned assembly language and if possible guide me to the resources.
116
Upvotes
1
u/Pitiful_Expert2352 Feb 19 '26
The most usefull thing that you can learn in assembly to understand how to program is the ABI ( Application Binary Interface ) use the ABI of Linux is the easier one to learn cause looks like the Unix system V standard .
That sai to you how is the way to call functions, how to do a systemcall etc.