作用 Objdump可以用来看汇编指令 查看汇编指令 测试文件 编译指令 1 gcc -g -o objtest 1.8.c 2 objdump -S objtest |more 3 /main 查看结果 相关文章: