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 R R R & R 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
