摘要: nasm -f elf -o a.o a.asm gcc -c -m32 -o b.o b.c ld -s -m elf_i386 -Ttext 0x30400 -o b.bin b.o a.o 阅读全文
posted @ 2017-07-15 11:25 tanghuimin0713 阅读(159) 评论(0) 推荐(0) 编辑