g++ bitcount.cpp -o exegcc bitcount.c -o exenasm -f elf64 bitcount.asm -o exe.o && ld exe.o -o exe
this tool gets info about bits in number
Repository from Github https://github.comScriptScorpion/BitwiseInfo
g++ bitcount.cpp -o exegcc bitcount.c -o exenasm -f elf64 bitcount.asm -o exe.o && ld exe.o -o exethis tool gets info about bits in number