Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In MIPS assembly language, Create a program and takes a string input and tells the user if the string is a palindrome or not. -
In MIPS assembly language,
Create a program and 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. In the text area below walk me through the code step by step explaining how it works, what registers and memory are used. 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 palindrom -- program is finished runningStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started