Question: Write a MIPS program to copy a lowercase string to another string, converted to uppercase. For example: hola should become HOLA. Store string lower as

Write a MIPS program to copy a lowercase string to another string, converted to uppercase. For example: "hola" should become "HOLA". Store string lower as asciiz and reserve space for string upper using .space. Look up an ASCII table in hex online or in the notes and notice the difference in hex between upper and lower case letters to figure out how to easily convert from one to the other. Your program should loop until it encounters the null terminator. Take a screen shot of the program code. Take another screen shot of the memory area after the program ran, but check the ASCII box below the memory window. Table 1: Rubric for Problem 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
