Date: Mon, 7 Aug 1995 11:34:39 -0700 To: djgpp AT sun DOT soe DOT clarkson DOT edu From: taps AT cyberstore DOT ca (Tapio Vocadlo) Subject: LANG: Assembler in GNU C for DOS (djgpp) >[snip] >The assembler syntax is motorola format, not intel format. It's >the same as Linux uses. The statement above would be this: > > asm("movb $20,%al"); > >I didn't write the assembler and don't have time to change it, so >don't ask for that. > >DJ Oh, I wouldn't dream of asking for a revision; I get a headache just thinking how much work that would be. Is there some quick way of getting existing Intel-format assembly listings into AT&T format? I imagine I could write a translator, but perhaps someone has already done that..?