Xref: news2.mv.net comp.os.msdos.djgpp:6765 From: Orco Newsgroups: comp.os.msdos.djgpp Subject: Re: asm question Date: Thu, 1 Aug 1996 21:37:41 +0100 Organization: Orco Lines: 13 Distribution: world Message-ID: References: NNTP-Posting-Host: gorge.demon.co.uk MIME-Version: 1.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article , patrick fox writes >In intel assembly I use the instruction shld edx,eax,16 to shift 16 bits of >eax into edx. In at&t assembly, would I use shldl $16,%edx,%eax or >shldl $16,%eax,%edx? Thanks for the help > >-Pat > it should be the first: shldl $16, %%edx, %%eax -- Maidul Alam Rahman mar AT gorge DOT demon DOT co DOT uk