Mips Assembly Language Write Test Using Assembly Language Program Reads Character String U Q43842554
MIPS Assembly Language
Write, and test using an assembly language program that reads acharacter string from the user (you can assume the string containsat most 20 characters), forms a new character string that containsthe characters of the input string, but with lower- case letters(a-z) substituted with upper-case letters (A-Z), and vice-versa,and then outputs the new string.
Expert Answer
Answer to MIPS Assembly Language Write, and test using an assembly language program that reads a character string from the user (y…
OR