/BitwiseInfo

this tool gets info about bits in number

Primary LanguageAssembly

How compile:

  • g++ bitcount.cpp -o exe
  • gcc bitcount.c -o exe
  • nasm -f elf64 bitcount.asm -o exe.o && ld exe.o -o exe