So I've been working on an assignment, and the very last bit of it is really getting to me.
After all the computations I had to do, the final integer is stored in any "s" register and kept there for the rest of the script. I now need to print out this integer from the register, however I need to print a character per line so I believe I can only use syscall 11. anyone has any ideas how i could do this?
I tried moving the integer to an array and then printing it by nothing gets printed...