PUBLIC getNextRIP .code _text getNextRIP PROC PUBLIC pop rax push rax ret getNextRIP ENDP END