For which of the options below will the jump to Setbits be taken only when bits 0,1 , and 2 are all set for the number in bl?* "The jump to Setbits should only be taken if bits 0,1 , and 2 all have the value 1 in bl. and bl,
a. 00000111 b
cmp bl, 00000111 b jnz Setbits and bl,
b. 00000111 b
cmp bl, 00000111 b jz Setbits or bl,
d. 00000111 b
cmp bl, 00000111 b jnz Setbits or bl,
e. 00000111 b
cmp bl, 00000111 b iz Setbits