Xref: news2.mv.net comp.os.msdos.djgpp:6806 From: C M Marka Newsgroups: comp.os.msdos.djgpp Subject: Re: asm question Date: Sat, 3 Aug 1996 17:16:22 +0000 Organization: LITNET Lines: 13 Message-ID: References: NNTP-Posting-Host: santaka.sc-uni.ktu.lt Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Wed, 31 Jul 1996, patrick fox wrote: > 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's shldl $16,%eax,%edx. You could experiment a little, anyway. Martynas