[Solved] Changing C to MIPS and bitwise or [closed]


I suppose you mean ori $t1, $t0, 25? That would be the equivalent.

You can find tons of references about MIPS with a Google search. A good example would be this MIPS instruction reference.

1

solved Changing C to MIPS and bitwise or [closed]