Summary
bne $a,$b,LABEL #branch if not equal
beq $a,$b,LABEL #branch if equal
slt $a,$b,$c # select if less than
j LABEL #jump to the instruction referenced by LABEL
jr $a #jump to instruction referenced in register $a
Previous slide
Next slide
Back to first slide
View graphic version