Date: Wed, 25 Sep 1996 11:22:57 +0200 (IST) From: Eli Zaretskii To: andre geyser Cc: djgpp AT delorie DOT com Subject: Re: AT&T assembly In-Reply-To: <529ekk$avr@news1.saix.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 24 Sep 1996, andre geyser wrote: > Could someone please tell me where I could find a tutorial on AT&T > assembly. Did you try the DJGPP FAQ list? Quote: For a complete description of the differences, get and unzip the files named `as.iN' (where `N' is a digit) from the bnu252b.zip, e.g. ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bnu252b.zip archive, then see i386-dependent features in "GNU assembler documentation", or point your Web browser to http://www.delorie.com/gnu/docs/gas/as_190.html#SEC192. If you don't read this FAQ with an Info browser, type at the DOS prompt: info as machine i386 You will see a menu of `Gas' features specific to x86 architecture. A guide is available which was written by Brennan Mr. Wacko Underwood and describes how to use inline assembly programming with DJGPP, at this URL: http://www.rt66.com/~brennan/djgpp/djgpp_asm.html The rest of section 17.1 (that's where the quote comes from) should be also useful reading. The latest version of the DJGPP FAQ list is available as v2/faq201b.zip from the same place you get DJGPP.