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