CALL and RET instructions (absolute)
•CALL r/mem32
•
•PUSH (EIP)
•EIP := DEST
•
•CALL EAX
•CALL [EAX]
•
•RET
•
•EIP := POP()
•