如何使用8086汇编语言将两个双字相乘? [英] how can i multiply two double word using 8086 assembly language?

查看:476
本文介绍了如何使用8086汇编语言将两个双字相乘?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用8086汇编语言将两个双字相乘? :((<

how can i multiply two double word using 8086 assembly language? :((

推荐答案

如果您的意思是X86汇编语言,而不是普通的8086汇编语言,请 ^ ]可能会有所帮助.

我通过使用Google发现了这一点,您也应该尝试一下.

祝你好运. :)
If you mean X86 assembly language, rather than plain and unadulterated 8086 assemby, this[^] from stackoverflow might help.

I found this by using Google, you should try that as well.

Good luck. :)


如果我的记忆对我有用(很久没见过8086了(或者那个东西的组装),
MOV EBX,OPR1
MOV EAX,OPR2
IMUL EBX

结果将在EDX:EAX
If my memory serves me right (haven''t seen an 8086 (or assembly for that matter) for ages,
MOV EBX,OPR1
MOV EAX,OPR2
IMUL EBX

The result will be in EDX:EAX


这篇关于如何使用8086汇编语言将两个双字相乘?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆