Loading practice questions
Which of the following flags are set when ‘JMP’ instruction is executed?
Correct Answer: B — No flag is set
Explanation:
The JMP (unconditional jump) instruction changes the instruction pointer but does not perform an arithmetic or logical operation, so no status flags are affected.