operation[operation.RZ] = function (reg, l, h) {
    if (reg.ZERO === 1) {
        reg.POP();
    } else {
        reg.PC += 3;