Skip to content

drewke.net

  • Home
  • Tweets
  • Blog
    • Projects
      • TDME2
    • Development
      • Security
      • Low level
    • Operating Systems
      • NetBSD
  • Imprint

Month: September 2013

Bits and Bytes

2021-11-302013-09-28 by Andreas Drewke

1. Bit representation in ordinal data types Every bit has corresponding value in a ordinal data type BIT_0 -> 1 BIT_1 -> 2 BIT_2 -> 4 BIT_3 -> 8 BIT_4 -> 16 BIT_5 -> 32 BIT_6 -> 64 BIT_7 -> 128 BIT_n -> 2^n 2. How to check if a bit is set bitN = … Read more

Categories Low level Tags hardware network programming low level

Recent Posts

  • TDME2 – The port of my JAVA based 3D engine to C++11 using J2C
  • Iterating hash map values, keys without iterator allocations / JAVA
  • Bits and Bytes
  • Injections
  • How to install a NetBSD 6.0 workstation on a laptop

Archives

  • December 2017
  • January 2015
  • September 2013
  • December 2012
  • October 2012

Categories

  • Low level
  • NetBSD
  • Security
  • TDME2
© 2023 drewke.net • Built with GeneratePress