x86-64 Assembly Purpose Guide agents through x86-64 assembly: reading compiler output, understanding the ABI, writing inline asm, and common patterns. Triggers - "How do I read the assembly GCC generated?" - "What are the x86-64 registers?" - "What is the calling convention on Linux/macOS?" - "How do I write inline assembly in C?" - "How do I use SSE/AVX intrinsics?" - "This assembly uses / — what does it mean?" Workflow 1. Generate and read assembly 2. x86-64 registers | 64-bit | 32-bit | 16-bit | 8-bit high | 8-bit low | Purpose | |--------|--------|--------|-----------|----------|---------…