Question: The following C program asks the user to enter a string. The program checks the first character of the string and reports whether it corresponds
The following C program asks the user to enter a string. The program checks the first character of the string and reports whether it corresponds to a lower case character or not, by checking whether the corresponding ASCII code is between symbols a and z. a) (6 pt.) Write a full RISC-V program with an identical behavior to the reference C code. The program should display the exact same strings as the code above when asking for user input and when showing the result of the comparison. Submit your coderon Canvas in a file named q1.asm. b) (2 pt.) Run the program on RISC-V two times, each time providing different combinations of input strings that lead to different outputs in the program. Copy and paste the simulator output into your submission file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
