Linux Assembly Language x64 # 1 - Add Two Numbers Using Registers

This tutorial explains how to add two numbers using registers in Assembly Language using Nasm on Linux x64 (64-bit architecture). It also teaches you how to analyze this code using GDB so that you could understand how it really works.