Command: TEST - Test For Bit Pattern
Arguments: DEST: Register or memory location of arbitrary size, SRC: Immediate, register or memory location
Usage: TEST DEST,SRC
Effects: Logical (DEST AND SRC) setting the flags according to the result without storing it.
Flags to be set: CF, OF, PF, SF and ZF
Misc: similar to CMP