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