| http://www.w3.org/ns/prov#value | - The carry (C) and overflow (OV) flags arc always cleared.Flags affected: if unconditional or test bit is set, then update N, Z, C, OV, LTExample: r4 = r3 &??? r5; // r4 = r3 masked by the zero-bits of r5 // r7 = mask for particalar bit in a bitfield rE = rE &??? r7; // Clear specified bitfield bit in rE (andnot performs bit clear)Opcodes:______________________
|