ZhangZe

Computer World--Linux, BSD

博客园 首页 新随笔 联系 管理

assemble:

nasm -f elf32 sample.asm -l sample.lst

link:

ld -m elf_i386 -o test sample.o io.o

posted on 2013-06-17 11:53  ze_zhang  阅读(249)  评论(0编辑  收藏  举报