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