go to previous page   go to home page   go to next page

Answer:

Yes — since this subroutine calls another subroutine.


More Work for the Prolog

maxExp will need to compute three values: x*x, x*y, and 5*y, and so will need to use S registers to hold them in.


QUESTION 17:

Since this subroutine uses S registers, what else must its prolog do?


go to previous page   go to home page   go to next page