linux高级程序设计 读书笔记 gcc
Linux  /  houtizong 发布于 3年前   87
gcc -S hello.c
as -o hello.o hello.s
[root@localhost kernel]# gcc -S hello.c [root@localhost kernel]# lshello.c hello.s[root@localhost kernel]# cat hello.s .file "hello.c" .section .rodata.LC0: .string "haha" .text .globl main .type main, @functionmain:.LFB0: .cfi_startproc pushl %ebp .cfi_def_cfa_offset 8 .cfi_offset 5, -8 movl %esp, %ebp .cfi_def_cfa_register 5 andl $-16, %esp subl $16, %esp movl $.LC0, %eax movl %eax, (%esp) call printf movl $0, %eax leave .cfi_restore 5 .cfi_def_cfa 4, 4 ret .cfi_endproc.LFE0: .size main, .-main .ident "GCC: (GNU) 4.6.3 20120306 (Red Hat 4.6.3-2)" .section .note.GNU-stack,"",@progbits[root@localhost kernel]# [root@localhost kernel]# [root@localhost kernel]# [root@localhost kernel]# cat hello.c #include <stdio.h>#include <stdlib.h>int main(){ printf("haha"); return 0;}[root@localhost kernel]#
请勿发布不友善或者负能量的内容。与人为善,比聪明更重要!
技术博客集 - 网站简介:
前后端技术:
后端基于Hyperf2.1框架开发,前端使用Bootstrap可视化布局系统生成
网站主要作用:
1.编程技术分享及讨论交流,内置聊天系统;
2.测试交流框架问题,比如:Hyperf、Laravel、TP、beego;
3.本站数据是基于大数据采集等爬虫技术为基础助力分享知识,如有侵权请发邮件到站长邮箱,站长会尽快处理;
4.站长邮箱:[email protected];
文章归档
文章标签
友情链接