References from Chapter 5:

A basic understanding of function calls and C or C++ calling conventions can be gleaned from the C and C++ texts listed in references for Chapters 2 and 3.

The flow-of-control aspects of function calls and the use of sthe ystem stack are described in the operating system texts listed in Chapter 2.

Theoretical aspects of recursion:

Programmatic aspects of recursion: