Thema
:
Delphi
Inline-ASM: Virtuelle Funktion aufrufen
Einzelnen Beitrag anzeigen
Dax
(Gast)
n/a Beiträge
#
8
Re: Inline-ASM: Virtuelle Funktion aufrufen
22. Mai 2007, 21:31
Stimmt, das war für statische Funktionen. Für virtuelle gilt dies:
markieren
Delphi-Quellcode:
asm
mov edx, [edx]
call dword ptr [edx + vmtoffset tcall.
function
]
end
;
Zitat