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

3 lines
149 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
BEQ $t0,$t1,Label ;branch to label if $t0 = $t1. If not, fallthrough to the instruction after the delay slot.
nop ;branch delay slot