gcc生成32位汇编代码: gcc -S -o main.S main.c -m32
gcc -S -o main.S main.c -m32
汇编代码中,所有以点(.)开头的代码都是为了链接程序,可以删掉