I\'m working on a more indepth hello world using NASM following this tutorial (section 4). This tutorial essentially teaches you how to handle command line input. This is th
basically you can convert it into 64bit by replacing eax to rax (same goes for all other registers)