1. What answer do you get by running the program? (i.e. what does this program compute)?
2. What would happen if the branch instructions were actually delayed branch instructions?
3. Rewrite the inner loop (between the labels loop and end) so that the program would in fact work with delayed branches. Can you do it without increasing the number of instructions in the inner loop?
Recall from lecture that a delayed branch is one that does not take effect until one instruction later than you would otherwise expect.