Multiplication of Two 16 Bit Numbers
Multiplication of Two 16 Bit Numbers
Multiplication of Two 16 Bit Numbers
MULTIPLICATION OF TWO 16-BIT NUMBERS Aim: - To write an assembly language program for multiplication of two 16-bit numbers.
MOV AX, MULTIPLICAND MUL MULTIPLIER MOV PRODUCT, AX MOV PRODUCT+2, DX END Result: Multiplication of two 16-bit numbers is
obtained.
Lab in-charge
HOD, ECE