Date: Sun, 21 Jan 1996 11:18:36 +0200 (IST) From: Eli Zaretskii To: Andy Molyneux Cc: djgpp AT delorie DOT com Subject: Re: Intel syntax assembler On Thu, 18 Jan 1996, Andy Molyneux wrote: > Could anyone tell me if there's an Intel-syntax (as opposed to AT&T > syntax) assembler available which can generate COFF format object files? > A friend of mine who I'm working with on a programming project is not too > keen on the AT&T syntax (being used to Intel). What we need is probably > one of the following: > Pre-processor to transform Intel -> AT&T asm > Intel-syntax COFF-generating assembler > OBJ->COFF converter (we've got TASM) Get the DJGPP FAQ list (faq102.zip from the same place you get DJGPP) and read sections 17.1 and 17.2 there. Apparently, MASM 6.11 has an option to generate COFF. A Sed script which should do most of the work to convert Intel to AT&T format was posted to this newsgroup and can be found at this URL: http://www.delorie.com/djgpp/mail-archives/djgpp/1995/06/06/05:48:34 An OBJ to COFF converter can be found at this URL: ftp://x2ftp.oulu.fi/pub/msdos/programming/converters/o2cv05.arj