Jump to content
Tuts 4 You

Inline Asm Delphi!


SHKODRAN

Recommended Posts

Someone can explain to me like adapting this asm code for delphi?

Thank in advance!!!

@label1_00XXXXXX:		mov eax,esi
cdq
idiv dword ptr [ebp-8]
mov eax,esi
push $019
pop edi
lea ecx,[edx+ebx]
cdq
idiv dword ptr [ebp-$0c]
mov eax,[ebp+8]
movzx eax,byte ptr [edx+eax] ==>First char edit1.text (HEX)
movzx edx,byte ptr [ecx] ==> First char Fixed String (HEX)
xor eax,edx
cdq
idiv edi
add dl,$041
inc esi
cmp esi,[ebp-4]
mov [ecx],dl
jl @label1_00XXXXXX
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...