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

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
猜你喜欢
  • 2022-01-18
  • 2021-04-24
  • 2021-06-16
  • 2021-08-31
  • 2022-12-23
  • 2021-09-16
  • 2021-08-03
相关资源
相似解决方案