Search Results

0
votes

How can I multiply two 64bit numbers using x86 assembly language?

It depends what language you are using. From what I remember from learning MIPS assembly, there is a Move From High command and a Move From Lo command, or mflo and mfhi. mfhi stores the top 64bits …