Computer Architecture / Chapter 4: Control Flow Instructions 2 / Introduction

Introduction

In this chapter, we are going to explore the branch instruction, which tells the computer to jump to an arbitrary instruction only if some condition is met. This is in contrast to jump instructions which always (unconditionally) jump to the specified instruction.

Later in the chapter, we are going to apply the branch and jump instruction to create loops.

Previous Lesson Next Lesson

Comments

Please log in to add comments