GDC review process.
Iain Buclaw
ibuclaw at ubuntu.com
Tue Jun 19 16:47:59 PDT 2012
On 19 June 2012 23:51, Alex Rønne Petersen <alex at lycus.org> wrote:
> On 20-06-2012 00:48, Trass3r wrote:
>>>
>>> Please be informed that GCC inline asm supports Intel syntax...
>>
>>
>> With -masm=intel.
>
>
> No, you can tell the inline assembler to use Intel syntax from inside code.
> Iain showed me how on IRC at some point, but I forget the specifics.
>
>
iirc, it's:
asm {
".intel_syntax noprefix"
/* Intel syntax here */
".att_syntax"
}
--
Iain Buclaw
*(p < e ? p++ : p) = (c & 0x0f) + '0';
More information about the Digitalmars-d
mailing list