/Assembly-hello-world

Introduction to Assembly Language ❤️‍🔥

Primary LanguageAssembly

use the following commands to run the script 😍:

  • $ nasm -felf64 app.asm
  • $ ld app.o -o app
  • $ ./app