Dec 20, 2006 #1 Macels MIS Joined Dec 20, 2006 Messages 1 Location US Can anyone with some experience in IA-32 explain to me in relative layman's terms what this line of code means? 745f2780 8b08 mov ecx,dword ptr[eax] ds:0023:00000000=????????
Can anyone with some experience in IA-32 explain to me in relative layman's terms what this line of code means? 745f2780 8b08 mov ecx,dword ptr[eax] ds:0023:00000000=????????
Dec 23, 2006 #2 denc4 Programmer Joined Feb 17, 2005 Messages 107 Location NL seems to me that the double word stored at the address stored in eax is copied into the ecx register. Upvote 0 Downvote
seems to me that the double word stored at the address stored in eax is copied into the ecx register.