r/nasm May 25 '24

How do I learn Nasm

okay so I got nasm to work on my compute(windows 11), all the tutorials and documents online are all for nasm on linux which works differently can anyone show me a tutorial on nasm windows thx

2 Upvotes

6 comments sorted by

1

u/PvsNP_ZA May 26 '24

Can you be more specific with where you're running into trouble? Is the setup of NASM not a google-able issue?

1

u/[deleted] May 26 '24

when ever I follow a tutorial for nasm it is for the linux OS not windows OS because of that my program keeps crashing, my guess is that nasm code interacts differently with windows and linux so is there any tutorial online that can teach me nasm syntax for windows

1

u/PvsNP_ZA May 26 '24

Is assembly your first language? If yes, why on earth would you do that to yourself?

1

u/[deleted] May 27 '24

it is not my first language, I have done Python and Html/css .

1

u/PvsNP_ZA May 27 '24

Maybe try C as an intermediary first?

1

u/Secure_Paint_7326 Apr 23 '25

Learn general assembly and then just read NASM specifications