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