ASSEMBLY LANGUAGE AVR If you pop the return address from the
?ASSEMBLY LANGUAGE AVR
If you pop the return address from the stack to Z register, you can use instead of RETSolution
When return address was popped and placed in Z. Z will hold the address where we must return. IJMP(Indirect Jump) is used in such case. Z will be the target of jump. Executing IJMP instruction simply copies Z in PC(program counter)

