I have a multi digit number in register R4, I need to print that number to the terminal "ex. 23".
I can't figure out the dividing algorithm to isolate the 2 and the 3 to convert to ASCII.
The final output should be something like "Your answer is: 23"
What if the answer is less than 10? How do I check? Also the answer shouldn't exceed 100 typically.
Any help?