Thema
:
__asm to asm (VS Version to Delphi Version)->__emit ??
Einzelnen Beitrag anzeigen
Flocke
Registriert seit: 9. Jun 2005
Ort: Unna
1.172 Beiträge
Delphi 10.2 Tokyo Professional
#
2
Re: __asm to asm (VS Version to Delphi Version)->__emit ?
26. Sep 2005, 14:48
einfach "
db
"
markieren
Delphi-Quellcode:
asm
mov eax, func
db
$0f
db
$a2
mov regEAX, eax
mov regEBX, ebx
mov regECX, ecx
mov regEDX, edx
end
;
Volker
Besucht meine
Garage
Aktuell:
RtfLabel 1.3d
,
PrintToFile 1.4
Zitat
Flocke
Öffentliches Profil ansehen
Mehr Beiträge von Flocke finden