From: Tom Burgess Newsgroups: comp.os.msdos.djgpp Subject: Re: AT&T assembly docs? Date: Sat, 21 Jun 1997 23:38:54 -0700 Organization: BCTEL Advanced Communications Lines: 15 Message-ID: <33ACC87E.802@bc.sympatico.ca> References: <33AC0DF1 DOT 31A5 AT oregoncoast DOT com> NNTP-Posting-Host: pntn02m01-35.bctel.ca 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 Precedence: bulk Rudy Gingles wrote: > > I'm trying to learn AT&T assembly syntax used by DJGPP, I've only ever > used Intel format. I read a short document someone wrote on the > differences between AT&T and Intel format, as well as the docs that came > with DJGPP. Is there anywhere a more extensive document on AT&T assembly, > especially its use in DJGPP? Thanks. > > Rudy Check out http://www.rt66.com/~brennan/djgpp/ under "performance programming" for "inline asm with djgpp". Not exactly exhaustive, but enough to get started. Much other good stuff at this site, too. regards, tom