Posted: Sun Feb 26, 2012 9:23 am Post subject: Help with assembly instruction (IMUL)
Having some difficulty interpreting this instruction:
Code:
IMUL ecx
It's my understanding that if it multiplies a 32-bit value like this, it stores the product of EAX * ECX in both EAX and EDX. However, when this operation is performed its storing the 32-bit product in EAX and storing some 16-bit value inside of EDX. I don't understand how EDX is receiving this value and would like appreciate some help.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum