Question: ONLY IN ASSEMBLY LANGUAGE CODE PLEASE IRVINE A palindrome is a string of characters that reads the same from right to left as from left
ONLY IN ASSEMBLY LANGUAGE CODE PLEASE IRVINE
A palindrome is a string of characters that reads the same from right to left as from left to right (ignoring capitalization and punctuation). Madam, Im Adam is a palindrome. So are racecar and 122.1, even A Toyota. Assuming you have a PROC which removes punctuation and turns everything into lower case (if I passed it "Able was I ere I saw Elba!", it would return "ablewasiereisawelba"). Describe (as in pseudocode) in very low-level almost assembly language detail (don't write the program) how you would read in any string of up to 30 characters, pass it to this magical PROC, and then test the cleaned string to see if it's a palindrome.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
