# 0xAX/asm

Learning assembly for Linux x86_64

Repository: https://github.com/0xAX/asm
Canonical: https://ross.abutalabs.com/products/asm
Homepage: https://0xax.dev/books/asm/
Language: Shell
License: NOASSERTION
License Family: other
Topics: assembly, linux, x86-64
Last push: 2026-08-25T10:24:56+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 4387, "days_push": 8, "days_rel": 8, "gap_med": 40, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3599, forks 386 (observed 2026-08-28T04:08:11.396515+00:00)

## What it is
An open-source series of blog posts (also available as a PDF book) that teaches x86_64 assembly programming on GNU Linux. It covers processor architecture, stack and heap memory, system calls, macros, floating-point arithmetic, and calling assembly from C.

## Use cases
- learn x86_64 assembly from scratch
- understand how programs run at the low level
- learn how system calls work on Linux
- understand stack and heap memory layout
- learn to call assembly code from C
- study x86_64 processor architecture concepts
- download a free assembly programming book as PDF

## When to choose
- you want a free, hands-on introduction to x86_64 assembly on Linux
- you already know a high-level language and want to go low-level
- you prefer learning through runnable examples with CI-verified code
- you want a structured series from basics to C interop

## When to avoid
- you need ARM64 or other architectures (only planned, not covered)
- you are a complete beginner with no programming background
- you need a comprehensive reference manual rather than a tutorial
- you need Windows or macOS assembly coverage

## Facets
- artifact type: learning-resource
- maturity: stable
- function: documentation, developer-tools
- domain: tutorials, operating-systems, programming-languages, education
- platform: cli
- tags: assembly, x86-64, book, low-level-programming, system-calls, nasm, linux

## Member repositories
- 0xAX/asm (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:11.396515+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:33:45.884337+00:00, confidence not recorded.
  - readme: https://github.com/0xAX/asm (fetched 2026-08-28T04:08:11.396515+00:00, sha 3df3e31788de)
  - homepage: https://0xax.dev/books/asm/ (fetched 2026-08-29T09:26:59.352495+00:00, sha 762209791821)
  - site_page: https://0xax.dev/about/index.html (fetched 2026-08-29T09:26:59.356354+00:00, sha a9b61365fe4d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
