反汇编C程序

gcc生成32位汇编代码gcc -S -o main.S main.c -m32

汇编代码中,所有以点(.)开头的代码都是为了链接程序,可以删掉

posted @ 2020-02-27 21:11  friedCoder  阅读(122)  评论(0)    收藏  举报