COMP1040 MIPS
Question 1 [20 Marks] Write a program in MIPS32 assembly language which takes three input arguments: register A will receive a character, register B will receive another character, and register C will receive the initial address of a string. Within the string, your program will replace any occurrence of the character stored in register B …