delorie.com/archives/browse.cgi | search |
Xref: | news2.mv.net comp.os.msdos.djgpp:6801 |
From: | christian mueller <flfor105 AT rz DOT uni-frankfurt DOT de> |
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: | <Pine DOT SOL DOT 3 DOT 91 DOT 960731085042 DOT 8839A-100000 AT wilbur> |
NNTP-Posting-Host: | grapool25.rz.uni-frankfurt.de |
Mime-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
patrick fox <web183 AT charweb DOT org> 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 .
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |