AND

AND LOGICAL AND

Operation:

Flags Affected:

(DEST) +- (LSRC) &(RSRC)

CF., OF, PF, SF, ZF.

(CF) +- 0

AF undefined

(OF) +- 0

 

Description:

AND destination,source

AND performs the logical "and" of the two operands (byte or word) and returns/the result to the destination operand. A bit in the result is set if both corresponding bits of the original operands are set; otherwise the bit is cleared.

2-57

Page 92
Image 92
Intel 210200-002 manual Logical, Destination,source