3 Categories of Machine Instructions (continued)
Control - Instructions that direct the execution of a program rather than manipulate data.
- Conditional Branch (Step 3 in example 2) - branch to a different step if a certain condition is true.
- Unconditional branches or jumps - Example : Jump to step 25.