Question: 1 a . Write a function combination which implements the combinatorial function n C r in MIPS assembler. A straightforward Java implementation without checks is
a Write a function combination which implements the combinatorial function in MIPS assembler.
A straightforward Java implementation without checks is given here:
int combinations int int
int ;
forint ;;
;
forint ;;
;
return ;
b The assemble instructions for multiplication and division, respectively, are mul and div.
Use the nonrecursive factorial example with loops from the class as a starting point.
Write a main function which calls combinations twice with hardcoded and as follows:
aThe answer is
bThe answer is which takes more than bits to represent!
Exit your program with the proper syscall.$
c Test and run your program. Provide a screenshot of test runs for the two cases.
I need help editing my code because my outputs are supposed to be and but for some reason everytime I
change my code it keeps giving me different answers. This time when I run it my output is Please help me get and
data
result: word
text
globl main
Invert to and a for decrementing. You want to decrement a temporary register, not a
main:
# Call combinations with
jal
combinat
$ve result #Store result in memory
# Display result for
li $ ve
lw $a result # Load the result from memory
# Call combinations with
$#
$#
jis $a #r
jal
combinations
$ve result #Store result in memory
# Display result for
li $ ve
syscall $ ab result #Load the result from menory
exit:
$ # exit with syscall
combinations:
# Save registers
addi $p $sp
$$
Save and
nove $$#$
nove $t $a
#$ #
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
