随笔分类 -  汇编语言x32x64

摘要:http://www.cnblogs.com/zhuyp1015/archive/2012/05/01/2478099.html 阅读全文
posted @ 2015-10-30 22:22 zengkefu 阅读(170) 评论(0) 推荐(0)
摘要:[root@localhost ~]# cat 1.s .file "write.s" .section .rodata hello: .string "hello, world!\n" .section .text .global _start _start: movl $4,... 阅读全文
posted @ 2015-10-30 20:02 zengkefu 阅读(770) 评论(0) 推荐(0)