I was playing around with branch delay slots. Tried that on spim.
j some
j a
j b
j c
j d
ori $9, $0, 13
some:
a:
b:
c:
d:
For my surprise it changed the $9 to 13. So my question is can a delay slot propagate or this is a spim thing and doesn't happen on real mips32 processors? If this is the expected behavior can someone give me a little enlightenment on what's happening there?