( wachag | 2013. 02. 11., h – 16:53 )

64 biten is? Neten bogarászva látom, hogy ott okoz gondot.

Szerk: ez vígan végzi a semmittevést:

int main()
{
__asm("call PASS ;\
jmp EXIT ;\
PASS : ;\
pop %rax ;\
push %rax ;\
ret ;\
EXIT :");
return 1;
}