Each ASM file contains useful comments that might point the readers to topics for further reading. To use make.py for assembling your assembly code, make sure to have nasm installed on your system. Syntax:
python make.py <program.asm>
- NASM
- Installation on Manjaro/Arch
sudo pacman -S nasm
- Debian
sudo apt-get update && sudo apt-get install nasm