Einzelnen Beitrag anzeigen

plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#1

ASM in Lazarus

  Alt 30. Jul 2011, 09:52
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
Grid Computing made simple - http://xerocoder.com

Geändert von plusplus (30. Jul 2011 um 09:54 Uhr)
  Mit Zitat antworten Zitat