www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/10/07/13:50:47

Message-Id: <199610071720.KAA21819@bluesky.com>
Comments: Authenticated sender is <kbaca AT bluesky DOT skygames DOT com>
From: "Kevin Baca" <kbaca AT skygames DOT com>
To: Daniel Jungbluth <danju AT t-online DOT de>, djgpp AT delorie DOT com
Date: Mon, 7 Oct 1996 10:23:41 +0000
MIME-Version: 1.0
Subject: Re: asm(" ..?.. ");

> Hello,
> Can anyone convert the following Intel style assembler code into AT&T style, so DJGPP can understand this piece of inline assembler code?
> 
> rep movsd ds:[esi],es:[edi]
> 
> I have tried to convert it into 'rep movsl %es:%edi,%ds:%esi', but this does not work.
> 
> Thank you for any help!!!
> 
> Daniel Jungbluth
> 
> email: danju AT t-online DOT de
> Internet: http://www.t-online.de/home/danju/index.htm
> 
> semper fidelis

If this a valid instruction?  I though movsd/movsl implicitly moved 
from ds:esi to es:edi.

Anyway, the rep and the movsl need to be on separate lines.

-Kevin

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019