预处理

gcc -E a.c -o a.i

汇编

gcc -S a.c -o a.s gcc -S -masm=intel a.c -o a.s

生成目标文件

gcc -c a.c