Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 165 Bytes

File metadata and controls

9 lines (8 loc) · 165 Bytes

Requirements:

  • g++
  • gcc
  • nasm

Installation:

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