For a zero-extending (logical) shift, see the description of {if (tb)} Rdest = Rm >> Rn on page 79.Flags affected: if unconditional or test bit is set, then update N, Z, C, OV, LT TB and TS are affected, if an unconditional shift was specifiedExample: if (tb) r5 = r9 +>> 1; // Conditionally divide r9 by 2 and store result in r5Opcodes:_________________________________