asm-patterns
Assembly language patterns, calling conventions, and code structure for x86-64 and ARM64. Use when writing, reviewing, or generating .asm/.s/.S files; when implementing functions that interoperate with C/system code; or when establishing correct prologues, epilogues, stack management, SIMD loops, syscall stubs, or PIC data access.
Details
- Path
- coding/asm-patterns/SKILL.md
- License
- MIT
- Dependencies
- 2