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