Lecture 6: Control
Ch 3.6 of textbook (CS:APP)

Sample code used in lecture to illustrate
condition codes and branches

--------------------------------------------------
# generate abs.s
gcc -O2 -S abs.c

# generate switch.s
gcc -O2 -S switch.c
--------------------------------------------------
