Returns in register Rd3 the number as follows:
Instruction is performed according to BS (bank select) and is stack.
Takes 4 cycles to execute.
Example: LUTLOGE 0xA3 3 0xA1
MPC BS3 C3 P3 P1
-----------------
LGE 0 0 00 A1
- 0 0 00 00
- 0 0 00 00
- 3 0 A3 00
Exceptional cases are handled as specified in table below (in all these cases, mantissa is set to zero):
 |
Sign |
ERs1(hex) |
ERs3(hex) |
Exceptions |
 |
0 |
0x7FF |
0x7FF |
BADOP |
0 |
0 |
0x7FF |
OVF |
1 |
x |
0x7FF |
OVF |
 |
Not available for the moment.