go to home page   hear noise   go to next page

created: 06/05/2002; audio: 01/31/04; small corrections: 11/01/04


CHAPTER 24 ― Branch and Comparison Pseudoinstructions

The MIPS hardware has several instructions for branching and looping. These fundamental instructions are used to create many pseudoinstructions that give the programmer added flexibility.

Chapter Topics:

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?