Problem:
Question- Create a program IN ASSEMBLY that reads 3 integers from the user. We will call them a,b and c. The program should calculate the following:
1. What is the minimum number.
2. What is the maximum number.
3. Compute a * b * c. 4. Compute the GCD of a and b.
Step by step instructions so I can understand would be greatly appreciated!