Home
Schedule
Assignments
Exams
Lab Machines
Resources
Textbook
Autolab
Blackboard
15-213/18-243 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-ops
Code:
none
Concepts:
Operations
x86-64
Condition code
Jump instructions
Compiling while loops
Previous lecture:
Machine Programs
Next lecture:
Procedures