Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:19, 15 August 2025 by Dylan (talk | contribs) (new: info, uses)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Assembly is a programming language designed to provide a more human-readable version of machine code.

Unlike most high-level programming languages where each line of source code gets translated into multiple instructions in machine code, each line of assembly corresponds to one instruction in machine code.

Uses of assembly

edit edit source