Question: This is assembly mips program ask to complete the function and follow the output instructions. please complete tolower function in mips code and you can

This is assembly mips program ask to complete the function and follow the output instructions. please complete tolower function in mips code and you can use any main function to test.

This is assembly mips program ask to complete the function and follow

A. (int,int) to Lower (String str) This function modifies the argument string by changing all capital alphabet characters to lowercase. All other #characters, including non-alphabet characters are unchanged. The function returns the number of alphabet characters (A-Z, a-z) and the number of all other non-alphabet characters in the string. Function parameter and return value summary: str: starting address of null-terminated ASCII character string returns: (# of alphabet characters, # of non-alphabet characters) str returns "HeLLO" "binaryl'so's" "Wrong 1NPUT!" "10" str (after the function finishes) "hello" "binaryl'so's" "wronginput!" "10" (5,0) (8,4) (8,3) (0,0) | We WILL NOT test the function with an invalid str argument address. | The function MUST modify str in place, ie. in memory where it was originally stored

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!