Print the answer in base-32. Stick to using only the t-registers when you can. (If you use an integer to ASCII character mapping that we learned in the previous lecture, you will be able to easily implement this function.)
Notes:By base-32 I mean like hex (base-16) but with groups of 5 bits instead of 4, so we use letters up to V. Start by thinking about how you would do syscall 1, 35, or 34.