Linux

sudo apt-get install git nasm
git clone https://github.com/IanSeyler/AssemblyBook.git
cd AssemblyBook
./setup.sh
./build hello.asm
./write hello.bin
./run