delorie.com/archives/browse.cgi | search |
Message-ID: | <01BBB46D.BFAC5DC0@slip00-156.btx.dtag.de> |
From: | Daniel Jungbluth <danju AT t-online DOT de> |
To: | "'DJGPP Mailing List'" <djgpp AT delorie DOT com> |
Subject: | asm(" ..?.. "); |
Date: | Mon, 7 Oct 1996 16:25:36 +-100 |
MIME-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |