I have several .asm files with non-inline assembly, and if I include them in an Xcode project, there are very weird errors like comments not being interpreted as comments… Should I rename them or is there some other way to make them work under the Apple GCC?
Share
Do what got recommended already. Rename your
.asmfiles to.s.After, check this tutorial about the internals: Intel assembler on Mac OS X.