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