Please answer in mips assemply language only.
Please help me out.
Write a program in mips language that asks user to enter a string. The program should read the string, display the entered string on the screen and then print the string in reverse order.
You have to use function to do string operation and the result need to be displayed from the main function.