Getting started with bare-metal assembly — Jonas Hvid

Seeing a program you wrote running directly on the bare metal is deeply satisfying to anyone who enjoys writing software. And it turns out that creating such a program from scratch is easier than it sounds. The hardest part is figuring out where to start. In this tutorial, I’ll show you how to write, build and run the classic “Hello, World!” in pure assembly.