| http://www.w3.org/ns/prov#value | - The carry (C) and overflow (OV) flags are always cleared.Flags affected: if unconditional or test bit is set, then update N, Z, C, OV, LTExample: tb = Z( rD & bit[2]); // Set TB if bit 2 of rD is clear rC = rC | bit[12]; // Set bit 12 in rC if (tb) r9 = rD &??? bit[9]; // if (rD bit 2 is clear) r9 = rD with bit 9 clearedOpcodes:____________________
|