Intro | Bitwise | Bitmaps | Download
For learning, visualizing and documenting small bitmaps (numbers as binary flags, not images) and for understanding BitWise Operations.
Great for working with Operating System or other program API's when using DWords or other bitmap/numeric flags.
Visually watch how numbers and bits interact according to BitWise Operations (AND, OR, XOR, NOT) Map and Read bitmap numbers (decimal or hex) using bit-flags by name!
Convert and Read numbers as bitmap states, or Bit-States as bitmapped numbers.
Maps can be saved and loaded as simple text files.