Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ANDI

ANDI   AND Immediate

Destination AND Immediate Data -> Destination


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


Size: Long

Performs an AND operation of the immediate data with the destination operand and stores the result in the destination location.  The size of the immediate data matches the operation size.

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