Home
Schedule
Assignments
Exams
Lab Machines
Resources
Textbook
Autolab
Blackboard
15-213/18-243 Introduction to Computer Systems
Lecture 5: Machine Programs, Basics
Reading: Ch 3.1-3.4;
Slides:
05-machine-basics
Code:
05-machine/
(
05-machine.tar
)
Concepts:
x86 processor family; IA32 instruction set
Registers and memory
Operand formats
Data movement instructions
Previous lecture:
Floating Point
Next lecture:
Operations, Control