Question: Write a MIPS assembly program that prompts the user first for a string, then for a character(syscalls 8&12). The program should then search the string
Write a MIPS assembly program that
prompts the user first for a string,
then for a character(syscalls 8&12). The program
should then search the string for
the character and print out the
number of times the character
appears in the string.
allocate space for the data segment and use syscalls 1&4 as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
