Question: Discuss the relative merits and effects on the instruction cycle implementation of the following parameter-passing techniques:
a. Pass the parameters in registers.
b. Pass the parameters on stack.
c. Pass the parameter addresses in registers.
d. Pass the parameter addresses on stack.