Supplementary classroom material for
Computer Systems: A Programmer's Perspective (CS:APP)
Randal E. Bryant and David R. O'Hallaron
Instructor Site
This page contains other material that could be useful in preparing lectures.
Chapter 2: Representing and Manipulating Information
- Practice Problem 2.9: This problem uses the RGB color system
as an illustration of a Boolean algebra.
Here's a full color depiction
of this color system. Also available as
Powerpoint
- Writing TMin_32 in C. Writing the value -2147483648 in C gives unexpected results. Students should learn about this. See
the Note on writing TMin in C for a discussion.
Chapter 3: Machine-Level Representation of Programs
Randy Bryant and Dave O'Hallaron
Last modified: Tue Apr 8 11:13:51 EDT 2003