Question: Also screenshot the result of the code please 1. Write a MIPS program that does: a. Read a string from keyboad whose length is at
1. Write a MIPS program that does: a. Read a string from keyboad whose length is at most 64:; b. Delete the last appearance of character a from the string (assume that the string always contains at least an a); Masure you run the program on the simulator and it indeed works. 2. Translating the following C code: void mainO C. Print the string to terminal. int x-12; int y simpleEx (x, x-5); y-y+simpleEx(14,x) int simpleEx (int x, int y)f int z-7; return x+2y-z; to MIPS and make sture that it runs on the simulator. In the MIPS code, you must use call stack to translate the function sinple Ex
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
