Beginner
Assembly Language
Q13 / 100
What does JE (or JZ) do?
Correct! Well done.
Incorrect.
The correct answer is B) Jumps to the label if the Zero Flag is set (operands were equal)
B
Correct Answer
Jumps to the label if the Zero Flag is set (operands were equal)
Explanation
JE (Jump if Equal / Jump if Zero) branches to the target if ZF=1, typically used after CMP.
Progress
13/100