Date: Thu, 8 Jun 1995 12:16:49 +0300 (IDT) From: Eli Zaretskii To: JONH AT cc DOT usu DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Enough: Editor of choice On Thu, 8 Jun 1995 JONH AT cc DOT usu DOT edu wrote: > > Probably not. See the FAQ (Chapter 17) for details. But if you have > > the source, why not just convert it to Gas format and assemble with > > Gas? > > In that case, can anyone suggest a good reference for AT&T assembly > language? It's very much like what you already know, just the syntax is a bit different. The DJGPP FAQ list (available as faq101.zip from the same place you get DJGPP) explains the main differences between the two syntaxes in Chapter 17, and points you to the more detailed description in the GNU Assembler Info file (you should download the file bnu252dc.zip which includes that Info file). Also, there is a thread on automated conversion of MASM to AT&T syntax. Somebody even posted a Sed script to do it (although nobody as yet said how well that one works) and another person said he is working on a special program to do this. You can search the newsgroup archives to see those messages (see the FAQ for the instructions on archive searching).