I'm trying learning assembly language and i need to know how to read the assembly varsion of a c program from the windows 10 command prompt.
I've tried using C:\users\prete\Desktop\booksrc$ gcc -g firstprog.c
but it doesn't work
please help me thank you!