AND
AND
LOGICAL
Operation:
(DEST)
+-
(LSRC) & (RSRC)
(CF)
+-
0
(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.
Flags Affected:
2-57
CF.,
OF,
PF,
SF,
ZF.
AF
undefined
AND