I am writing some programs in 100% assembly language and compiling them from the shell in Mac OS X 10.6.7 Snow Leopard.
I am a little confused as to which compiler should be used. Apple documentation refers to as, but Snow Leopard ships with NASM. Finally, I am under the impression (could be wrong), that GNU Assembler (GAS), can preform this function as well.
Which is the preferred assembler ?
Thanks,
Scott