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.
The official linkage convention is much more elaborate than the convention described here but implements the same ideas.
(Thought Question:) What is a local variable in a higher level language?