Renesas M32R-FPU User Manual

Page 127

Advertising
background image

3

3-89

M32R-FPU Software Manual (Rev.1.01)

OR

OR

logic operation instruction

OR

[Mnemonic]

OR Rdest,Rsrc

[Function]

Logical OR

Rdest = Rdest | Rsrc ;

[Description]

OR computes the logical OR of the corresponding bits of Rdest and Rsrc, and puts the result

in Rdest.

The condition bit (C) is unchanged.

[EIT occurrence]

None

[Encoding]

dest

0000

OR Rdest,Rsrc

src

1110

INSTRUCTIONS

3.2 Instruction description

Advertising