English
Appearance
This instruction returns from a subroutine. The flags are not affected.
First, it pops the top of the stack (which should contain the return address provided by a CALL). Then, it jumps to the obtained address, i.e., copies the jump address into IP.
CALL
IP
RET
00110011