I run gcc -S filename.c or gcc filename.c -s successfully but no output. So how do you view the assembly code itself?
↧
I run gcc -S filename.c or gcc filename.c -s successfully but no output. So how do you view the assembly code itself?