Question about inline assembly in LDC

kinke noone at nowhere.com
Mon Aug 21 16:38:29 UTC 2023


LDC doesn't support the Intel syntax in GDC-style inline asm, 
AT&T only. [We'd have to tell LLVM that an *entire* GDC-style 
inline asm statement is in Intel syntax.]

The Intel syntax is only supported in DMD-style inline asm.


More information about the digitalmars-d-ldc mailing list