Write the code for this assembly program?
Write a program, which should prompt the user to enter a digit from 0 to 9
and store the input in some variable.
Now, prompt the user to enter another digit in given range.
You have to find the range of the next given number such that the sum of user-given numbers should not exceed 9.
Example:
Enter a number from 0 to 9: 5
Enter a number from 0 to 4: 3
Sum is: 8








