Module 0224: Parameters, local variables and return values
Tak Auyeung, Ph.D.
April 15, 2010
1
About this module
2
Parameters
2.1
Order of pushing
3
The “old” and “new” frame pointer
4
The non-negative end of the frame
5
Using some labels to refer to the parameters
6
Cleaning up and returning
7
Local variables
8
Returning a value
9
One function per file