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