Compares two bits and generates a 1 result if both bits are 1, otherwise it returns 0.
(= Result (& $85 $0F))