# Assembly Language Resources and Tutorials

> AI-ranked search results for `assembly language tutorials, tools and resources` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 118 total matches; showing the top 2.

Explore on the web: https://awesome-repositories.com/q/assembly-language-tutorials-tools-and-resources

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/assembly-language-tutorials-tools-and-resources).**

## Results

- [csoren/asmotor](https://awesome-repositories.com/repository/csoren-asmotor.md) (89 ⭐) — Powerful macro (cross) assembler package for several CPUs
- [below/hellosilicon](https://awesome-repositories.com/repository/below-hellosilicon.md) (4,967 ⭐) — 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
