Beginner Assembly Language
Q14 / 100

What is CALL used for?

Correct! Well done.

Incorrect.

The correct answer is B) Pushing the return address and jumping to a function

B

Correct Answer

Pushing the return address and jumping to a function

Explanation

CALL func pushes the address of the next instruction onto the stack (return address), then jumps to func.

Progress
14/100