Using Assembly.
Given the following input and output, write the assembly codenecessary to make it look exactly the same as below. Pay carefulattention to spacing and blank lines:
Input
Enter a number: 1
Enter a larger number: 3
Enter an even larger number: 5
Output
1 < 3 < 5
5 > 3 > 1
Solution