Question: a ) Consider a method train is going to call another method compute. The compute method has two input parameters and three local variables. It

a) Consider a method "train" is going to call another method "compute". The "compute" method has two input parameters and three local variables. It also needs to use registers R5, R6, R7 & R8, which are also used by the "train" method. What steps are necessary within the "compute" method to protect these registers, to use input parameters and local variables and finally to safely return to the "train" method?
Note: Assume that a stack is in place and the "train" method has already pushed the input parameters to stack for the "compute" method. You are using the 'callee saved' approach.
 a) Consider a method "train" is going to call another method

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!