MIPS coding easy assignment
Write a MIPS assembly language program to complete an integer exponent for a statement ax
Do this by writing a function exp(a,x) that computes raising a to the power x.
In this case both a and x will be integer values. (a should be passed in $a0 and x should be passed in in $a1). The result should be store in $v0
7 years ago 10
Answer(1)
Purchase the answer to view it
NOT RATED
- mips.txt
- image.png