Question: Problem 1 Write a MIPS assembly program that reads an input string from the console (provided by the user), reverses the characters in the string


Problem 1 Write a MIPS assembly program that reads an input string from the console (provided by the user), reverses the characters in the string and stores it in memory, and displays the revensed string on the console. The expected output is shown in Figure 1 Please enter your string: Assembly Language+-this is the input Here is the output: YLBMESSAEGAUGNAL Please make sure your output line contains the string "Here is the output: " as shown in the sample output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
