Count Bits ========== Counts the number of set bits (1s) in a value. .. literalinclude:: ../../examples/count_bits.asm :language: asm :linenos: Demonstrates bit manipulation and counting operations.