Gotchas: Difference between revisions

m
Line 79:
=={{header|MIPS Assembly}}==
===Delay Slots===
Due to the way MIPS's instruction pipeline works, an instruction placed after a branch instruction is executed during the branch, ''even if the branch is taken.''
 
<lang mips>move $t0,$zero ;load 0 into $t0
1,489

edits