Answers for "a script that generates the assembly code of a C code and save it in an output file"

0

a script that generates the assembly code of a C code and save it in an output file

#!/bin/bash
gcc -S <filename.c> -o <filename>
Posted by: Guest on April-04-2022

Code answers related to "a script that generates the assembly code of a C code and save it in an output file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language