RosettaCodeData/Task/Conditional-structures/MIPS-Assembly/conditional-structures-1.mips
2023-07-01 13:44:08 -04:00

2 lines
149 B
Text

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