Inline Assembly Templates Overview
Summary
This Odin docs page explains Inline Assembly Templates, describing asm templates as intrinsics that inline at call sites (currently for amd64 targets). It covers syntax, parameter types, bindings, memory operands, labels, prefixes, and semantic checks, with multiple code examples showing practical usage and instantiation. The content helps developers understand how to write and debug cross-target inline assembly in Odin, including how templates are verified at compile time and how inline calls are performed.