What will be the hexadecimal value of AL after these instructions execute?
mov al,0CFh
and al,2Bh
a. 0Bh
b. EAh
c. 06h
d. none of the above
What will be the hexadecimal value of AL after these instructions execute?
mov al,3Ch
or al,82h
a. 3Eh
b. BCh
c. BEh
d. none of the above
What will be the hex
adecimal value of AL after these instructions execute?
mov al,94h
xor al,37h
a. B7h
b. A3h
c. 3Fh
d. none of the above