32 位编译器程序集 nasm 中两个 64 位定点数的乘法

问题描述

我必须在 x86 汇编中将两个 64 位定点数相乘。 我得到堆栈上的数字,对于 653.456 x 498.224 的示例,它看起来像这样:

push dword 653 ;32Bit
push dword 456 ;32Bit
push dword 498 ;32Bit
push dword 224 ;32Bit

如何将它们相乘以获得 64 位结果,例如本例中的 (325567),存储在 edx:eax 中。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)