Skip to content

4.3 Bit Manipulation

AS Level · 0 questions found

  • Binary shifts: logical, arithmetic and cyclic; left and right shift
  • Using bit manipulation to monitor/control a device
  • Test and set a bit using bit masking
  • Bitwise AND, OR, XOR with operand or address; LSL #n, LSR #n