We curate 2 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.
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.
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.