x86_64平台编译链接汇编程序

assemble:

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

link:

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

上一篇:java反编译工具


下一篇:CMAKE的用法