Bit Operations

From ElectroDragon Wiki
Revision as of 01:56, 28 May 2021 by Chao (talk | contribs) (Created page with "* (c & 0x80 != 0): check if bit 7 is set to 1 or not * 0x80 = 1000 0000 category: Bit")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • (c & 0x80 != 0): check if bit 7 is set to 1 or not
  • 0x80 = 1000 0000