Problem
Write an assembly program that prompts the user for a number. The program should display the number * 3 , number * 9 and number * 10 using shifts and additions to do efficient multiplication
The results should be displayed on the screen. Include as comments couple of sample runs.