created: 06/05/2002; audio: 01/31/04; small corrections: 11/01/04, 08/01/2020, 04/14/2021

go to home page   go to next page hear noise highlighting

CHAPTER 24 ― Branch and Comparison Pseudoinstructions

Chapter Topics:

The MIPS hardware has several instructions for branching and looping.

These basic instructions are used to create many pseudoinstructions that give the programmer added flexibility.

Note: for the example programs in this chapter, set the SPIM simulator so that pseudoinstructions are ON, delayed branches are OFF, and delayed loading is OFF.


QUESTION 1:

(Review:) What is a conditional branch?


go to home page   go to next page