This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -fasm=intel not always suppported


On Nov 15, 2005, at 11:33 AM, Andrew Pinski wrote:
Can you make sure that there is a radar for adding support to
Darwin's as about this since this is a very important feature for
some developers.

? In Xcode 2.2 one can have whole files in Microsoft style (man nasm), as well as inline assembly:


void foo() { asm { mov eax, 1 } }

This covers almost everything people want. I'll be contributing the inline assembly support at some point, hopefully soon.

Anything else you think people need?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]