On 2013-04-09 09:39, Johannes Pfau wrote:
GCC compilers always generate target-specific asm first, then the target specific assembler (as) is called to assemble that to an object file. The difference is that gcc inline asm is identical to the native assembly so it's just passed through to the assembler.
Aha, I see. -- /Jacob Carlborg