[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Opendivx] NASM



> 	Does anyone here have any experience linking assemb;y from NASM (which
> uses INTEL syntax) with gcc output?  Seems it would be easier then
> maintaining both formats, and the object files from NASM could be
> distributed in the tar files as they should be the same across any elf
> format intel machine.  That is, or course, if this is possible.. I'll look
> over it, but I'm still a rather marginal programmer ;-)

In allegro (a game programming library) we use .s files in AT&T format, so to compile
in windows you need some DJGPP tools (like GAS) to generate .o files, which are linked
with MSVC output.

_______________________________________________
Opendivx mailing list
[email protected]
http://lists.projectmayo.com/mailman/listinfo/opendivx


Reply To Poster

Local References / HOW-TO / FAQs