# Saying Hello to the World in Assembly

In this chapter, we will have a crash course in programming an x86-64  linux
computer to say "Hello World" in assembly. Nothing dramatic, just a simple
program that prints "Hello World" to the terminal.

