·assembly-arm

AArch64 and ARM assembly skill for reading and writing ARM assembly code. Use when reading GCC/Clang output for AArch64 or ARM Thumb targets, writing inline asm in C/C++, understanding the ARM ABI (AAPCS64/AAPCS), or debugging register and stack state on ARM hardware or QEMU. Activates on queries about AArch64 assembly, ARM Thumb, NEON/SVE SIMD, ARM calling convention, inline asm for ARM, or reading ARM disassembly.

30Installs·0Trend·@mohitmishra786

Installation

$npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill assembly-arm

How to Install assembly-arm

Quickly install assembly-arm AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill assembly-arm
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mohitmishra786/low-level-dev-skills.

SKILL.md

View raw

Guide agents through AArch64 (64-bit) and ARM (32-bit Thumb) assembly: registers, calling conventions, inline asm, and NEON/SVE SIMD patterns.

| x0–x7 | — | Arguments 1–8 and return values | | x8 | xr | Indirect result location (struct return) | | x9–x15 | — | Caller-saved temporaries | | x16–x17 | ip0, ip1 | Intra-procedure-call temporaries (used by linker) | | x18 | pr | Platform register (reserved on some OS) | | x19–x28 | — | Callee-saved | | x29 | fp | Frame pointer (callee-saved) |

| x30 | lr | Link register (return address) | | sp | — | Stack pointer (must be 16-byte aligned at call) | | pc | — | Program counter (not directly accessible) | | xzr | wzr | Zero register (reads as 0, writes discarded) | | v0–v7 | q0–q7 | FP/SIMD args and return | | v8–v15 | — | Callee-saved SIMD (lower 64 bits only) |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill assembly-arm
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from mohitmishra786/low-level-dev-skills

Quick answers

What is assembly-arm?

AArch64 and ARM assembly skill for reading and writing ARM assembly code. Use when reading GCC/Clang output for AArch64 or ARM Thumb targets, writing inline asm in C/C++, understanding the ARM ABI (AAPCS64/AAPCS), or debugging register and stack state on ARM hardware or QEMU. Activates on queries about AArch64 assembly, ARM Thumb, NEON/SVE SIMD, ARM calling convention, inline asm for ARM, or reading ARM disassembly. Source: mohitmishra786/low-level-dev-skills.

How do I install assembly-arm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill assembly-arm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mohitmishra786/low-level-dev-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22