Assembly
From Coderwiki
More actions
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- Embedded programming
- Operating system development