Modulus of register by register.
Rt = Ra mod Rb
This instruction performs an signed modulus operation of a general purpose register by a second general purpose register and places the result in a general purpose register. This is a multi-cycle operation requiring sixty-seven clock cycles to complete.
This instruction will cause a a divide by zero exception if an attempt to take a modulus of zero is made.
Opcode7 | Ra5 | Rb5 | Rt5 | Reserved4 | Func6 |
2 | Ra5 | Rb5 | Rt5 | ---- | 29 |