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