Chapter 04: Instruction Sets and The Processor Organizations
Chapter 04: Instruction Sets and The Processor Organizations
Processor organizations
Lesson 13
Subroutine Nesting Using Stacks to
Implement Subroutine Calls
• Efficient
• But when the number of parameters (input and
output) is too large, the number of registers at
the processor may not be enough
• Parameter can be passed from one routine to
another by passing by values as well as by
references