# mschwartz/assembly-tutorial

Programming in assembly language tutorial

Repository: https://github.com/mschwartz/assembly-tutorial
Canonical: https://ross.abutalabs.com/products/assembly-tutorial
Language: Assembly
License Family: other
Last push: 2026-05-03T23:34:30+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 80, release rhythm 35, longevity 100
- inputs: {"age_days": 2024, "days_push": 122, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1959, forks 135 (observed 2026-08-28T04:05:59.259449+00:00)

## What it is
An open-source tutorial teaching AMD64/x86-64 assembly language programming, aimed at novices and beginners. It covers fundamentals like number bases, memory, registers, addressing modes, and commonly used instructions.

## Use cases
- learn x86-64 assembly language from scratch
- understand how CPU registers and memory work
- study AMD64 instruction set and addressing modes
- learn low-level programming concepts like stacks and the ALU
- understand ELF files and how the loader works
- transition from high-level languages to assembly

## When to choose
- you are a beginner wanting to learn assembly for AMD64/Intel 64-bit processors
- you want a free, structured tutorial covering assembly fundamentals
- you want to understand low-level concepts like paging, MMU, and instruction sets

## When to avoid
- you need ARM, RISC-V, or other non-x86 assembly instruction
- you are an expert looking for advanced optimization techniques
- you need a formal textbook or certification material

## Facets
- artifact type: learning-resource
- maturity: active
- function: documentation
- domain: tutorials, programming-languages, education
- platform: cross-platform
- tags: assembly-language, amd64, x86-64, tutorial, low-level-programming, linux

## Member repositories
- mschwartz/assembly-tutorial (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.259449+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-30T03:05:59.125422+00:00, confidence not recorded.
  - readme: https://github.com/mschwartz/assembly-tutorial (fetched 2026-08-28T04:05:59.259449+00:00, sha 412cfbe1141e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
