Home
Schedule
Assignments
Exams
Lab Machines
Resources
Textbook
Autolab
15-213/18-243 Introduction to Computer Systems
Lecture 7: Procedures
Reading: Ch 3.6-3.7
Slides:
07-machine-procedures
Video:
07-machine-procedures
Code:
control
(
control.tar
),
procedures
(
control.tar
)
Concepts:
Switch statements
Stack (IA32)
Call and return instructions
Callee-save and caller-save registers (IA32)
Previous lecture:
Control
Next lecture:
Data Representation