nasm-64_hello.asm
;hello.asm a first program for nasm for Linux,Intel,gcc;;assemble: nasm -f elf64 -l hello.lst hello.asm;link: gcc -o hello hello.o;run: hello;output is: Hello World SECTION .data ;data section
转载
2012-04-22 00:45:19 ·
2621 阅读 ·
0 评论