compile to 32-bit elf file

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编辑  收藏  举报