`

Linux Nasm hello world

阅读更多

linux nasm helloworld demo

please see:

http://blog.markloiseau.com/2012/04/hello-world-nasm-linux/

http://www.ibm.com/developerworks/cn/linux/l-gas-nasm.html

http://blog.csdn.net/flickedball/article/details/4812051

 

compile step:

1:输入nasm –f elf hello.s

a error :if fileformat not right.please use nasm -df

2.输入ld –s –o hello hello.o

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics