| http://www.w3.org/ns/prov#value | - If the shift was unconditional, the test bit (TB) will contain the last bit shifted out of the 16-bit Rdest register (ideal for bit testing).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) r7 = r7 $<< 1; // If (tb) scale r7 up by shifting left by 1 bit with
|