Nintendo Ultra64 Programmer's Manual page 215

Rsp
Table of Contents

Advertisement

SLTIU
31
26
25
SLTIU
0 0 1 0 1 1
6
Format:
sltiu rt, rs, immediate
Description:
immediate
The 16-bit
Considering both quantities as unsigned integers, if
result is set to one; otherwise the result is set to zero.
The result is placed into general register
Since the RSP does not signal an overflow exception for SLTI, this command behaves identically to
SLTI.
Operation:
T:
if (0 || GPR[rs]) < (immediate
GPR[rd]  0
else
GPR[rd]  0
endif
Exceptions:
None
Revision 1.0
Set On Less Than
Immediate Unsigned
21
20
16
15
rs
rt
5
5
is sign-extended and subtracted from the contents of general register
rt
.
16
)
|| immediate
15
31
|| 1
32
SLTIU
immediate
16
rs
is less than the sign-extended immediate, the
then
15...0
0
rs.
215

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents