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!
-Sto the command line and using a text editor to look at firstprog.s?gccinstalled? Can you run it? Do you just have problem with getting the assembly listing?