Xref: news2.mv.net comp.os.msdos.djgpp:6801 From: christian mueller Newsgroups: comp.os.msdos.djgpp Subject: Re: asm question Date: 1 Aug 1996 12:46:56 GMT Organization: J. W. Goethe-Universitaet Frankfurt/Main Lines: 9 Message-ID: <4tq900$9ut@zeus.rbi.informatik.uni-frankfurt.de> References: NNTP-Posting-Host: grapool25.rz.uni-frankfurt.de 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 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 #> Use shldl $16,%eax,%edx .