From: Eli Zaretskii Newsgroups: comp.lang.asm.x86,alt.msdos.programmer,comp.os.msdos.djgpp,rec.games.programming Subject: Re: DJGPP inline assembly Date: Tue, 31 Dec 1996 16:48:07 +0200 Organization: NetVision LTD. Lines: 17 Message-ID: References: <32ce0488 DOT 4689057 AT news DOT value DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <32ce0488.4689057@news.value.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Tue, 31 Dec 1996, Wild Thing wrote: > I'm using DJGPP for my compiler (with RHIDE 1.0). DJGPP is a 32-bit > compiler that compiles C/C++/ASM compiler. I'm learning C and > everything works fine with DJGPP. My real problem is that DJGPP uses > AT&T syntax for ASM (opposed to Intel syntax). Now, since I don't know > assembler anyhow, I need a tutorial or book to teach me it; but every > book/tutorial I've found on the internet or in stores has been Intel > format. You didn't read the DJGPP FAQ list (available as v2/faq202b.zip from the same place you get DJGPP or as http://www.delorie.com/djgpp/v2faq/faq.html via the Web). The FAQ includes a pointer to a tutorial on AT&T assembly programming with DJGPP at this URL: http://www.rt66.com/~brennan/djgpp/djgpp_asm.html