Date: Wed, 31 Jul 1996 08:53:29 -0400 (EDT) From: patrick fox To: djgpp AT delorie DOT com Subject: asm question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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