Chinaunix首页 | 论坛 | 博客
  • 博客访问: 404319
  • 博文数量: 101
  • 博客积分: 2207
  • 博客等级: 大尉
  • 技术积分: 2508
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-19 20:45
文章分类

全部博文(101)

文章存档

2013年(15)

2012年(86)

我的朋友

发布时间:2012-12-30 04:11:04

http://heather.cs.ucdavis.edu/~matloff/50/LinuxAssembly.htmlhttp://docs.cs.up.ac.za/programming/asm/derick_tut/index.html......【阅读全文】

阅读(665) | 评论(0) | 转发(1)

发布时间:2012-12-29 22:20:32

nasm -f elf f.asmld -m elf_i386 -s -o f.out f.o 点击(此处)折叠或打开section.data hello: db 'Hello world!', 10 helloLen: equ 13section .textglobal _start_start: mov eax, 4 mov ebx, 1 mov ecx, hello mov edx, helloLen int 80h mov eax, 1 mov ebx, 0 int 80h......【阅读全文】

阅读(538) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册