operation[operation.RNZ] = function (reg) {
    if (reg.ZERO === 0) {
        reg.POP();
    } else {
        reg.PC += 3;