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