Dec 20, 2006 #1 Macels MIS Dec 20, 2006 1 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 Feb 17, 2005 107 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.