#gcc mycode.c -o mycode -g --static #gdb -q ./mycode (gdb) disassemble main >> 1.txt
gdb -q ./mycode -x cmd.txt >> result.asm