Lower than C?
Jan Claeys
digitalmars at janc.be
Sat Dec 8 16:09:59 PST 2007
Op Thu, 06 Dec 2007 20:01:12 -0500, schreef Jarrett Billingsley:
> If you use GDC, you can use ASM for any platform -- the downside being
> that you have to deal with the *godawful* GCC assembler syntax (and with
> AT&T syntax for x86[-64]).
GCC supports Intel syntax too...
-masm=dialect
Output asm instructions using selected dialect. Supported choices
are intel or att (the default one). Darwin does not support intel.
--
JanC
More information about the Digitalmars-d
mailing list