Beginner Assembly Language
Q17 / 100

What is the Carry Flag (CF)?

Correct! Well done.

Incorrect.

The correct answer is B) Set when an unsigned arithmetic operation produces a carry out of or borrow into the most significant bit

B

Correct Answer

Set when an unsigned arithmetic operation produces a carry out of or borrow into the most significant bit

Explanation

CF=1 on unsigned overflow (carry out) or underflow (borrow). JC (Jump if Carry) and JNC use CF.

Progress
17/100