![]() |
__asm to asm (VS Version to Delphi Version)->__emit ??
Code:
Wie soll das in Delphi Asembler aussehen ? __emit ?
void funcname( int func )
{ unsigned regEAX, regEBX, regECX, regEDX; __asm mov eax, func __asm __emit 00fh __asm __emit 0a2h __asm mov regEAX, eax __asm mov regEBX, ebx __asm mov regECX, ecx __asm mov regEDX, edx |
Re: __asm to asm (VS Version to Delphi Version)->__emit ?
einfach "db"
Delphi-Quellcode:
asm
mov eax, func db $0f db $a2 mov regEAX, eax mov regEBX, ebx mov regECX, ecx mov regEDX, edx end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:22 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz