RosettaCodeData/Task/Conditional-structures/MIPS-Assembly/conditional-structures-1.mips

3 lines
149 B
Plaintext

BEQ $t0,$t1,Label ;branch to label if $t0 = $t1. If not, fallthrough to the instruction after the delay slot.
nop ;branch delay slot