Date: Wed, 27 Aug 1997 10:22:13 +0300 (IDT) From: Eli Zaretskii To: Stephen Milley cc: djgpp AT delorie DOT com Subject: Re: AT&T In-Reply-To: <33DAC6F0.2911@waterw.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 26 Jul 1997, Stephen Milley wrote: > Is there any documentation I can obtain to learn the AT&T style assembly > for DJGPP? Please download the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) and read section 17.1 there. It explains the basic differences and points you to further documentation on this. > I also need information on > what the error messages mean in DJGPP. Most compilers have an online > help for error messages, for where you can look up certain error > messages and it will tell you exactly what it means. You didn't explain what error messages did you mean. DJGPP is a large system, and every utility usually has its own docs. If you are talking about error messages emitted by the compiler, then they haven't been documented by the GCC development team. OTOH, they are usually quite self-explaining; if you can't figure them out, ask about specific messages (and post the offending code).