Translating inline ASM from C++
    Etienne Cimon via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Oct 15 16:47:08 PDT 2014
    
    
  
On 2014-10-15 09:48, Etienne wrote:
> I currently only need to translate these commented statements. If anyone
I found the most useful information here in case anyone is wondering:
http://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html
The D syntax for inline assembly is Intel style, whereas the GCC syntax 
is AT&T style. This guide seems to show exactly how to translate from 
C++ to D.
    
    
More information about the Digitalmars-d-learn
mailing list