Prep 11: Week 11 Prep

Text

Read Chapters 10 and 11 in the course text.

Videos

Video Description
Jumps and Branches Up until this point we have only been able to write linear assembly routines. This video introduces the various branching instructions that are available.
If statements If we are given an if statement in C, what does that look like in assembly?
Loops We wrap up our assembly unit with some examples of loops.