Everyone Says Assembly Is Untyped—Everyone Is Wrong
- TL;DR: I believe Odin’s inline assembly is currently the best out of any language.
- The most important aspects are of this article listed below.
- I am not aware of any other assembly (GCC/Clang/Rust/Go…) that would combine all of these aspects: Inline assembly is organized into asm “templates”, similar to and callable as procedures.
Unverified
- TL;DR: I believe Odin’s inline assembly is currently the best out of any language.
- The most important aspects are of this article listed below.
- I am not aware of any other assembly (GCC/Clang/Rust/Go…) that would combine all of these aspects: Inline assembly is organized into asm “templates”, similar to and callable as procedures.
Sources: Gingerbill