Question: Write a MIPSzy subroutine, power, that accepts 2 arguments x and y and computes x. You can assume that x and y are both larger




Write a MIPSzy subroutine, power, that accepts 2 arguments x and y and computes x. You can assume that x and y are both larger than 0. The main program passes the two parameters and receives the return value through the program stack value through the program stack Test your subroutine with the following program: addi StO, Szero, 5100 top: lw St1, 0(Sto beq St1, Szero, done addi Ssp, Ssp, -4 sw Stl, 0(Ssp) addi St2, Szero,4 Write a MIPSzy subroutine, power, that accepts 2 arguments x and y and computes x. You can assume that x and y are both larger than 0. The main program passes the two parameters and receives the return value through the program stack value through the program stack Test your subroutine with the following program: addi StO, Szero, 5100 top: lw St1, 0(Sto beq St1, Szero, done addi Ssp, Ssp, -4 sw Stl, 0(Ssp) addi St2, Szero,4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
