I found in the net something about jump instruction (j, jr, jal):
Always use a delay slot (A noop on the next offset) when using Jump commands
Is it correct? I can't understand why should i use noop after jump.
Source
I found in the net something about jump instruction (j, jr, jal):
Always use a delay slot (A noop on the next offset) when using Jump commands
Is it correct? I can't understand why should i use noop after jump.
Source