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