Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering X64 Assembly Language Programming with NASM
Bestseller
Rating: 4.7 out of 5(7 ratings)
89 students

Mastering X64 Assembly Language Programming with NASM

Talk with your C programs directly from assembly language by learning the ABI(Application Binary Interface)
Created byDaniel McCarthy
Last updated 5/2026
English
English [Auto],

What you'll learn

  • 64-Bit Intel/AMD Instruction set
  • Interfacing assembly language with C programs
  • How to build and debug your assembly programs
  • The C Application Binary Interface useful it you later learn compiler development

Course content

4 sections29 lectures5h 11m total length
  • Introduction2:03
  • Getting Started and nasm assembler installation2:35
  • Your first hello world program13:10

Requirements

  • No Programming Experience Required

Description

Unlock the power of low-level programming and learn how computers truly execute your code.

In this comprehensive course, you’ll master x86-64 Assembly Language step by step using the NASM assembler, while also learning how to interface Assembly with the C programming language for real-world applications.

We’ll begin with the absolute basics — installing NASM, setting up your environment, and writing your first “Hello World” program. From there, you’ll explore the fundamentals that drive every CPU:

• How registers, memory, and the stack actually work

• The MOV, JMP, CALL, and RET instructions explained in detail

• Conditional logic and comparison with CMP, JE/JNE/JG/JL

• Mathematical operations — ADD, SUB, MUL, DIV

• Floating point operations

As your understanding grows, you’ll learn to mix Assembly with C building functions, exchanging data, and accessing pointers, arrays, and structures directly at the hardware level.

You’ll even learn how to create full 64-bit programs that call and return values across language boundaries, just like modern compilers do.

By the end of this course, you’ll be able to:

• Write and debug 64-bit Assembly programs from scratch

• Understand how compilers translate high-level code into Assembly

• Build mixed C and Assembly projects that run on Linux or Windows

• Perform arithmetic and floating-point operations at the register level

• Optimize low-level code for performance and precision

Whether you’re an operating-system developer, compiler engineer, embedded programmer, or simply curious about how software really works beneath the surface — this course will give you a deep, practical understanding of Assembly language and how it drives everything else in computing.  m



Who this course is for:

  • People who want to learn how machines work
  • People interested in reverse engineering
  • Programmers who want to finally understand the language of the machine