Command: BTS - Bit Test
Arguments: SRC: register; INDEX: index of a bit in SRC
Usage: BTS SRC,INDEX
Effects: Tests one bit of its first operand, whose index is given by the second operand, and stores the value of that bit into the carry flag. Bit indices are from 0 (least significant) to 15 or 31 (most significant). BTS also sets the bit in the operand itself.
Flags to be set: CF=bit with given index