operation[operation.CPE] = function (reg, l, h) {
    if (reg.PARITY === 1) {
        reg.PUSH(l * 0x100 + h);
    } else { 
        reg.PC += 3;