operation[operation.RP] = function (reg) {
    if (reg.SIGN === 0) {
        reg.POP();
    } else {
        reg.PC += 3;