I am trying to access a single character one by one in MIPS. Let's say the user enters 4624 or 45 — how would I access only 4 first, then 6 or 5, then 2, then 4?
Asked
Active
Viewed 25 times
1
-
3what did you try? where are you stuck? – Akber Iqbal Nov 16 '18 at 04:13
-
I got where it asks the user to enter in numbers as character but then how do i access them one by one – bob Nov 19 '18 at 20:41
-
So like when you want to output the characters given by the user, I want to know how to get the character one by one. – bob Nov 20 '18 at 19:00