Command: AND - Logical and
Arguments: DEST: register or memory location; SRC: immediate, register or memory location; (two memory operands cannot be used in one instruction)
Usage: AND DEST,SRC
Effects: DEST := DEST and SRC Performs bitwise and of DEST and SRC
Flags to be set: OF, ZF, SF, ZF, PF