0xax/asm

Learning assembly for Linux x86_64

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 19th, 2026
Created on August 29th, 2014
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 388
Total Stargazers: 3,639 (+0)
Total Subscribers: 100 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.7 hours
Mean response time: 159.0 days
90th percentile: 808.0 days
Tracked items: 17

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (5)
  • bug (2)
  • scripting (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

asm is a learning resource that teaches assembly programming for Linux x86_64 through structured blog posts and code examples.

The resource addresses the challenge of learning low-level assembly language by providing a comprehensive introduction that progresses from foundational concepts through practical applications. It covers processor architecture fundamentals, program structure on Linux, memory management including stack and heap operations, system calls, floating-point representation, and techniques for calling assembly code from C programs. Each topic is accompanied by working code examples that readers can build and run locally using standard tools like NASM and binutils.

This resource suits anyone seeking to understand how programs interact with the operating system at the lowest level, whether they are experienced programmers or beginners. It is particularly valuable for those working on Linux x86_64 systems who need hands-on learning material with executable examples rather than reference documentation alone. The material is structured as a progressive series of posts that can be followed sequentially, with all content also available as a single downloadable PDF book for offline study.

The project maintains a stable collection of educational content with working examples in the examples directory. The material covers a defined scope focused on x86_64 and Linux, with plans noted for future ARM64 architecture content. Community contributions have resulted in translations into multiple languages, though these translations may diverge from the original material.