Inline Assembly: Difference between revisions

m
2 more typos
[unchecked revision][unchecked revision]
m (→‎Syntax: typo)
m (2 more typos)
Line 85:
:
: "b" (randomness)
: %%"eax"
);
</source>
Line 112:
Forcing to use EAX over any other register, for instance, may force the compiler to issue code that will save what was previously in eax in some other register or may introduce unwanted dependencies between operations (pipeline optimization broken)
 
The 'wildcards' constraints allows you to give more freedom to GCC and when it comes to input/output mapping:
{| {{wikitable}}
|-
Anonymous user