From: wildthing AT value DOT net (Wild Thing) Newsgroups: comp.lang.asm.x86,alt.msdos.programmer,comp.os.msdos.djgpp,rec.games.programming Subject: Re: DJGPP inline assembly Date: Wed, 01 Jan 1997 22:32:43 GMT Organization: Value Net Internetwork Services Inc. Lines: 21 Message-ID: <32cae59c.844801@news.value.net> References: <32ce0488 DOT 4689057 AT news DOT value DOT net> NNTP-Posting-Host: j76.value.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp >> 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 i checked it out. the tutorial assumes you know assembler already and have a complete knowledge of intel syntax. my problem is that i want to learn asm, but don't want to have to learn it in Intel just to have to learn AT&T. plus since learning asm involves typing sample code and such, the compiler won't accept it.. -wildthing