Date: Thu, 13 Apr 2000 11:49:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Thomas J. Hruska" cc: djgpp AT delorie DOT com Subject: Re: AT&T inline assembler... In-Reply-To: <3.0.6.32.20000412215644.007acb70@pop.crosswinds.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 12 Apr 2000, Thomas J. Hruska wrote: > Hello, I have searched the FAQs and the mailing lists and have come up with > nothing on links to the AT&T assembler programming method, how to do inline > assembler with DJGPP, or how to use NASM with DJGPP. I cannot understand how come you found nothing, because the FAQ has quite a few references for you: - section 17.1 explains the differences between the Intel and AT&T syntax, and includes pointers to further documentation about that; - section 17.1 also points to tutorials about using inline assembly and about writing assembly-language modules; - section 18.12 discusses the inline assembly facilities of GCC and points you to further documentation on this matter.