Beginner Assembly Language
Q15 / 100

What does RET do?

Correct! Well done.

Incorrect.

The correct answer is B) Pops the return address from the stack and jumps to it

B

Correct Answer

Pops the return address from the stack and jumps to it

Explanation

RET pops the return address (saved by CALL) from the stack and transfers control to that address, returning from the function.

Progress
15/100