I am writing a program in which user inputs a string. This string is stored in a register $v0 by default, but I want to copy the data inside $v0 to String label, so that if I use $v0 for other purpose in the program, the user input doesn't get corrupt. I get figure out how to do it. I will be very glad if someone could tell me how to do it.
Regards