Beginner Assembly Language
Q12 / 100

What is the Zero Flag (ZF)?

Correct! Well done.

Incorrect.

The correct answer is B) Set when the result of an operation is zero

B

Correct Answer

Set when the result of an operation is zero

Explanation

ZF is 1 if the last arithmetic/logic result was zero. CMP A, A sets ZF=1 (they are equal). JE (jump if equal) checks ZF.

Progress
12/100