/Assembly-x64

My Collection of x64 Assembly programs with NASM

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

Assembly-Collection

My Collection of x64 Assembly programs with NASM

  • Assembly with:
$ nasm -f elf64 <program>.s -o <program>.o
  • Link with:
$ ld <program>.o -o <program>
  • Run with:
$ ./<program>