Mips Assembly Language Write Test Using Spim Assembly Language Program Reads Character Str Q43822095
MIPS Assembly Language
Write, and test using spim, an assembly language program thatreads a character string from the user (you can assume the stringcontains at most 20 characters), forms a new character string thatcontains the characters of the input string, but with lower- caseletters (a-z) substituted with upper-case letters (A-Z), andvice-versa, and then outputs the new string.
Expert Answer
Answer to MIPS Assembly Language Write, and test using spim, an assembly language program that reads a character string from the u…
OR