Wir kuratieren Open-Source GitHub Repositories passend zu „assembly language tutorials, tools and resources“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.
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.