As the title states, I need to multiply two 64bit numbers in Assembly, or two 16digit hexadecimal numbers.
Help please? I'm only allowed to use registers %eax, %ebx, %ecx, %edx, and the stack.
EDIT: Oh, I'm using ATT Syntax on the x86 EDIT2: Not allowed to decompile into assembly...