Dies ist eine alte Version des Dokuments!


Bitoperatoren

UND (&)

  0011
& 0101
  ----
  0001
  ====

OR (|)

  0011
| 0101
  ----
  0111
  ====

XOR (^)

  0011
^ 0101
  ----
  0110
  ====

NOT (~)

~ 01 = 10
~ 11000101 = 00111010
f11/technik/arduino/programme/bitoperatoren.1348872316.txt.gz · Zuletzt geändert: 2019/09/29 12:01 (Externe Bearbeitung)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0