go to home page   go to next page

created: 06/22/02; revised 12/06/02

CHAPTER 28 — Frame-based Linkage Convention, Variables, and Recursion

This chapter builds further on the stack-based linkage convention to create a frame-based linkage convention. A stack frame is the section of the run-time stack that holds the data of a subroutine.

Chapter Topics:

QUESTION 1:

(Thought Question:) What is a local variable in a higher level language?