Renesas M32R-FPU Manual Do Utilizador

Página de 192
3
3-12
M32R-FPU Software Manual (Rev.1.01)
AND
AND
1100
0000
AND Rdest,Rsrc
logic operation instruction
AND
src
dest
[Mnemonic]
AND  Rdest,Rsrc
[Function]
Logical AND
Rdest = Rdest & Rsrc;
[Description]
AND computes the logical AND of the corresponding bits of Rdest and Rsrc and puts the result
in Rdest.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]
INSTRUCTIONS
3.2 Instruction description