1.

Consider the following assembly program fragment:stcmov al, 11010110bmov cl, 2rcl al, 3rol al, 4shr al, clmul clThe contents of the destination register ax (in hexadecimal) and the status of Carry Flag (CF) after the execution of above instructions, are:

A. ax = 003CH; CF = 0
B. ax = 001EH; CF = 0
C. ax = 007BH; CF = 1
D. ax = 00B7H; CF = 1
Answer» B. ax = 001EH; CF = 0


Discussion

No Comment Found

Related MCQs