Question: 2. Multiplication (25 points) Write an ANNA assembly program to multiply two positive numbers and print their product. Your program should take the numbers for
2. Multiplication (25 points) Write an ANNA assembly program to multiply two positive numbers and print their product. Your program should take the numbers for multiplication from user input. If the user enters 10 and 20 as inputs, then the program should print 200 (the product). 2. Natural Logarithm (25 points) Write an ANNA assembly program that asks the user for a number greater than zero and returns the base-2 logarithm of the number (always rounded up). For instance, if the user types in 64, the program should print 6 because26 64. If the user types in 900, the program should print 10 because 2(512)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
