Intro to x86 Assembly Language

Video

  • nasm -f elf32 src/ex1.asm -o obj/ex1.o
  • ld -m elf_i386 obj/ex1.o -o exec/ex1