Xref: news2.mv.net comp.os.msdos.djgpp:5227 From: gaghon AT nevada DOT edu (GEORGE GAGHON) Newsgroups: comp.os.msdos.djgpp Subject: Re: Assembly Date: 20 Jun 1996 20:15:27 GMT Organization: University of Nevada System Computing Services Lines: 24 Message-ID: <4qcbgv$8an@news.nevada.edu> References: <01bb5e15.dc3f9820$6c8bb8cd@#drum> NNTP-Posting-Host: pioneer.nevada.edu NNTP-Posting-User: unauthenticated_user To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp mwallace AT skyler DOT wiltel DOT com wrote in article > > I am trying to port an assembly routine to DJGPP. However, > DJGPP does not recognize the op code I'm trying to use. > > The code is "shrd edx, eax, 16". I don't know that much > about assembly. How do I simulate this using other op > codes? > > Thanks. > > michael DOT wallace AT wcom DOT com > > Have you tried "shrdl $16, %edx, %eax"? Maybe you need the correct syntax for GAS. Just a thought. Vince