Folgender Code:
Delphi-Quellcode:
var
instance: TObject;
begin
if Assigned(instance) then;
if instance <> nil then;
end;
ergibt compiliert (ohne das Lead-In/Out der Methode):
Delphi-Quellcode:
Unit475.pas.37: if Assigned(instance) then;
005FD1D0 837DF800 cmp dword ptr [ebp-$08],$00
Unit475.pas.38: if instance <> nil then;
005FD1D4 837DF800 cmp dword ptr [ebp-$08],$00