awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Assembly Language Resources and Tutorials

Ranking updated Jun 30, 2026

We curate open-source GitHub repositories matching “assembly language tutorials, tools and resources”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Assembly Language Resources and Tutorials

Find the best repos with AI.We'll search the best matching repositories with AI.
  • csoren/asmotorcsoren avatar

    csoren/asmotor

    89View on GitHub↗

    Powerful macro (cross) assembler package for several CPUs

    This is a macro cross-assembler package, not a curated collection (awesome list) of assembly resources—it’s a tool in the domain rather than a directory of tutorials, assemblers, debuggers, and learning materials.

    CAssemblers
    View on GitHub↗89
  • below/hellosiliconbelow avatar

    below/HelloSilicon

    4,967View on GitHub↗

    HelloSilicon is a programming guide and tutorial for writing and debugging low-level 64-bit assembly code specifically for Apple Silicon processors. It serves as an architecture reference for interacting with macOS and iOS kernel services using system calls and hardware registers. The project provides specialized instruction on foreign function interfacing to bridge assembly with high-level languages like C or Python. It also includes a toolkit for configuring Mach-O binaries and compiling universal binaries and dynamic libraries for cross-hardware compatibility. The material covers low-leve

    HelloSilicon is itself a focused tutorial and guide for Apple Silicon assembly programming, not a curated list that gathers multiple resources across architectures or tools.

    AssemblyAssembly Debuggers
    View on GitHub↗4,967

Related searches

  • a course for understanding computer architecture
  • an interactive disassembler
  • a collection of free programming textbooks
  • a project for learning OS internals by building one
  • a project-based way to learn compilers
  • a structured curriculum for self-taught computer science
  • a tool for disassembling compiled binary files
  • a guide for building a game emulator