Which answer choice shows the correct values of the Carry, Zero, and Sign flags after the following instructions execute?
mov al,00110011b
test al,2
Choose one answer.
a. CF= 0, ZF = 1, SF = 0
b. CF= 1, ZF = 0, SF = 1
c. CF= 0, ZF = 0, SF = 0
d. CF= 1, ZF = 0, SF = - 1