Question: Can somebody help me do this in MIPS Create a MIPS program that fulfills the following specifications: 1, 2. use the dialog syscall (#54) to
Can somebody help me do this in MIPS

Create a MIPS program that fulfills the following specifications: 1, 2. use the dialog syscall (#54) to input a string from the user call a function which counts the number of characters and number of words in the string and returns these in $vO and $v1; store these in memory 3. output (console) the string and counts to the user (see example below) 4. repeat from 1 until the user enters a blank string or hits "cance" 5. additionally, use $s1 in your function so that you must save it on the stack at the top of your function and restore it before the function exits output a dialog message (syscall #59) to say goodbye before the program ends 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
