Home
Schedule
Assignments
Exams
Lab Machines
Resources
Textbook
Autolab
15-213/15-513/18-213 Introduction to Computer Systems
Lecture 6: Machine Programs, Operations and Control
Reading: Ch 3.5-3.6;
x86-64 Supplement
for Ch 3
Slides:
06-machine-control
Code:
none
Concepts:
Operations
x86-64
Condition code
Jump instructions
Compiling while loops
Previous lecture:
Machine Programs
Next lecture:
Procedures