From: wildthing AT value DOT net (Wild Thing) Newsgroups: comp.lang.asm.x86,alt.msdos.programmer,comp.os.msdos.djgpp,rec.games.programming Subject: DJGPP inline assembly Date: Tue, 31 Dec 1996 12:19:55 GMT Organization: Value Net Internetwork Services Inc. Lines: 15 Message-ID: <32cf04d1.4762436@news.value.net> NNTP-Posting-Host: j90.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. I found a few tutorials that explained the difference between Intel and AT&T syntax, but I need something that will teach me ASM from the start, in AT&T syntax. The other problem is that DJGPP works in protected-mode. Can anyone point out a good book to buy, or where i can get a tutorial or something online? -wild thing