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