Question: 1. Multiplication (30 points) Write an ANNA assembly program (mul.ac) to multiply three positive numbers and print their product. Your program should take the numbers
1. Multiplication (30 points) Write an ANNA assembly program (mul.ac) to multiply three positive numbers and print their product. Your program should take the numbers for multiplication from user input. If the user enters 10, 20, 30 as inputs, then the program should print 6000 (the product). Your program is not expected to handle overflows, but must return correct result for products in 2 Byte signed range
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
