Assembly

From Fox Labs Wiki
Revision as of 02:20, 4 February 2024 by Inari (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Assembly language (alternatively assembler language or symbolic language code), often referred to as assembly and commonly abbreviated as ASM or asm, is a low-level programming language with a very-strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly code is converted from a human readable form in to machine code via a program referred to as an assembler.