Code:
begin
AInt := Args[i];
asm push AInt; end;
end;
the code above works in all versions of delphi, I have set {$asmmode intel} but it seams the push is not working, does anyone have an opinion why that could be.
Cheers
PS: I am working x64 windows version of lazarus 0.9.30