Assembly language
Assembly (abbreviated as asm
) is a low-level programming language that usually
has a direct mapping between the assembly instructions and the architecture's
machine code instructions.
Assembly languages can have common features. These often are:
- labels
- sections
- directives
- comments
- commands