Videos: Representing Procedures

Playlist

slides: procedure.pdf

These videos are about calling C functions and how those calls are implemented at the machine-code level. (We make no distinction between “procedure” and “function”.) The videos are especially about the use of the C stack for local variables and keeping track of return points.