Question: Create a program in MIPS assembly language that takes a string input and tells the user if the string is a palindrome or not. Create

Create a program in MIPS assembly language that takes a string input and tells the user if the string is a palindrome or not.

Create your program in the palindrome.asm file.

Prompt the user to enter a word

Store the word in memory

Determine if the word is a palindrome or not

Display the word back to the user stating if it is or is not a palindrome.

Example of the program running:

Please enter a word: **** user input : racecar That is a palindrome -- program is finished running -- Reset: reset completed. Please enter a word: **** user input : noon That is a palindrome -- program is finished running -- Reset: reset completed. Please enter a word: **** user input : trashcan That is not a palindrome

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!