Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ORI

ORI   Inclusive OR Immediate


Destination 'OR' Immediate Data -> Destination


Assembler Syntax:   ORI.L #<data>,Dn


Size: Long

Performs an inclusive-OR operation on the immediate data and the destination operand and stores the result in the destination location.

Condition Codes:

N    Set if most significant bit of result is set, else cleared
Z    Set if result zero, else cleared
V    Always cleared
C    Always cleared
X    Not affected