Thread
:
[SOLVED] I need a code for this program with assembly 8086 or other version...
View Single Post
#
2
(
permalink
)
06-10-2007, 05:27 PM
Gove
Posts: n/a
mov ax,@n1
mov bx,@n2
mul bx
The BX register now contains n1*n2, within its range limits.
__________________
Gove