You have been given palindrome. 5 , a MIPS assembler program that reads a line of input and then prints 2 lines.
\$1521 spim -f palindrome, s
Enter a line of input: Hello
not palindrome
palindrone
Add code to palindrome. 5 to make it equivalent to this [tex]C[/tex] program which reads a line and prints whether it is a palindrome
or not.