Compiling asm file on MacOX with nasm

前端 未结 0 1350
旧时难觅i
旧时难觅i 2021-01-26 21:50

I am trying to compile asm file on MacOS with nasm.

I do:

nasm -f macho -o file.o file.asm
gcc file.o

and I am getting error:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题