Where does one go to learn x86 Assembly
Posted by Ok-Produce5600@reddit | learnprogramming | View on Reddit | 2 comments
I've looked for apps and tutorials that would help me learn but I can't seem to find anything that really clicks. any recommendations?
dreadlordhar@reddit
Disassembling C code and seeing what it shows, what each command does etc.
If you want a book specifically for x86 assembly (on linux) for beginners that is expected to know how to program in pascal until pointers, but without knowledge of C I know one but it's in russian only. I'll refer only if you need and know russian \o/
Another one is "Reverse Engineering for Beginners" book. It's a little larger topic that still covers x86 and other architectures assembly.
Also "I've looked for apps and tutorials" what apps do you mean?
Ok-Produce5600@reddit (OP)
By apps I meant like Sololearn and stuff like that. I couldn't find anything like that for x86. I'll make sure to take this advice. Thank you so much!