I am trying to compile and link my first program on Assembler. I try to compile the following code:
; %include \"stud_io.inc\" global _main section .te
maybe try static linking?
ld -macosx_version_min 10.13 -e _main -static main.o