A SERVICE OF

logo

Architecture
107
ANDI And Immediate ANDI
31 26 25 21 20 16 15 0
ANDI
001100
rs rt immediate
6 5 5 16
Format :
ANDI rt, rs, immediate
Description :
Zero-extends a 16-bit immediate value, bitwise logical ANDs it with the contents of general-purpose
register rs and puts the result in general-purpose register rt.
Operation :
T:
GPR[rt] 0
16
|| (immediate and GPR[rs]
15..0
)
Exceptions :
None