TGViewer
Блог* Блог* @dereference_pointer_there · 1.98K subscribers
Post #11513 357
#prog #article

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.
* asm templates integrate with rest of the code, through bindings specifying clobbers, pinned, tied, and scratch registers.
* Assembly syntax is unified across ISAs and consistent with Odin syntax.
* Assembly is fully type checked, just like rest of Odin code.
* Understanding that assembly is actually typed.
* Real semantic diagnostics via core:rexcode encoding tables.
* It was built in ~7 days.

  • 🤔 5
  • 🥰 2
  • 😱 1
More from @dereference_pointer_there
  1. Sep 22, 2026оф оказался полезным сайтом
  2. Sep 22, 2026#ml #successstory?..
  3. Sep 22, 2026#prog #rust #article Why building a Rust LSP is hard This will be a (hopefully coherent) s…
  4. Sep 22, 2026#music youtube.com/watch?v=rte-rerBZe4
  5. Sep 22, 2026🪄✨ Теперь ты дышишь осознанно
  6. Sep 21, 2026#prog #rust Версия binder на Rust вошла в состав ядра в версии 6.18, а в патче, который до…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →