Branches
Branch instructions perform a test, and if true change the control flow to begin executing at the Label
beq $8, $9, Label # if $8=$9 goto Label
bne $5, $4, Label # if $5?$4 goto Label
op rs rt offset I-type instruction
00010100100001010000000001100100