Question: Part b please a. Write a function in a high-level language for int find25(int array[], int size). size specifies the number of elements in array,

Part b please
a. Write a function in a high-level language for int find25(int array[], int size). size specifies the number of elements in array, and array specifies the base address of the array. The function should return the index number of the first array entry that holds the value 25. If no array entry is 25, it should return the value - 1. (10) b. Now convert the high-level function from part a into MIPS assembly code. (15)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
