OTHER·중요도 5·2026. 08. 20.·Hacker News
Everyone says assembly is untyped—everyone is wrong
── KO ──────────────────
어셈블리가 비정Typed하다고 주장하는 것이 잘못되었다고 설명한 글입니다.
이 글에서는 어셈블리 언어가 비정Typed하다는 주장을 반박하며, 어셈블리 언어가 타입 정보를 갖고 있음을 설명합니다. 저자는 어셈블리의 설계와 관련하여 깊이 있는 논의를 진행하며, 기존의 오해를 바로잡으려 합니다. 특히, Odin 언어의 인라인 어셈블리 설계에 대해서도 다룹니다.
── EN ──────────────────
The article argues that the belief that assembly is untyped is incorrect.
This article refutes the claim that assembly is untyped, arguing that assembly language does have type information. The author engages in a deep discussion about the design of assembly languages, aiming to clarify existing misconceptions. It also addresses the design of inline assembly in the Odin language.