Comprehensive study of nasm covering fundamental concepts and advanced applications.
Why not put your NASM knowledge to work and build a basic calculator? You can use registers to hold numbers and perform addition, subtraction, multiplication, or division.
This project shows how NASM can power simple tools — and it boosts your understanding of how computers crunch numbers behind the scenes!
A NASM program that adds two numbers and prints the result.
Extending the calculator to handle subtraction or multiplication.