Asm X64 To Arm64

Convert x64 assembly to AArch64 arm64 — both inline asm (asm volatile / __asm__) and standalone MASM .asm files (PROC/ENDP, equ, macro/endm) translated to GAS .S form. Use when porting x64-specific asm to arm64, adding arm64 support alongside an existing x64 path, translating an entire MASM hot-loop file, or auditing code for missing arm64 coverage.

qualcomm Updated

File contents

qualcomm/easywos/tree/main/agent/skills/asm-x64-to-arm64 commit 29d3cd5457

Frequently asked questions

npx skillmds@latest add qualcomm/asm-x64-to-arm64