someone can explain me each line ? just to I have an idea
-------------------------------------
addr:=Pointer($00448B60)
asm
pushad
mov eax,x
mov ecx,y
push ecx
push 0
push eax
push 3
push 0
push 0
push $14A
mov ecx,$00C9DFAC
mov ecx,dword ptr [ecx]
add ecx,$1C
mov ecx,dword ptr[ecx]
call addr
popad
end;
---------------------------------------------
Taking the opportunity, I would like to know a good program to learn asm better
-------------------------------------
addr:=Pointer($00448B60)
asm
pushad
mov eax,x
mov ecx,y
push ecx
push 0
push eax
push 3
push 0
push 0
push $14A
mov ecx,$00C9DFAC
mov ecx,dword ptr [ecx]
add ecx,$1C
mov ecx,dword ptr[ecx]
call addr
popad
end;
---------------------------------------------
Taking the opportunity, I would like to know a good program to learn asm better