MIPS coding easy assignment

profileMario123

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

    blurred-text
    NOT RATED
    • attachment
      mips.txt
    • attachment
      image.png