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