Question: 1. (30 pts) Use MIPS assembly code to remove all the spaces from a given string. For example, if you declare a string in the

1. (30 pts) Use MIPS assembly code to remove all the spaces from a given string. For example, if you declare a string in the data section as the following: data string: asciiz "Lets Go Ra Ms" Your program should return the resulting string looks like the following: "LetsGoRaMs" Be sure to end the result string with a null after its final character. For testing, use a data string such as the following: alaia string: .asciiz "aaaaa bbbbb CCCCC DDDD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
