Assembly
Low-level language that represents machine instructions
Typing: untyped Created: 1949
Paradigms
procedural
Pros and Cons
Ventajas
- + Total control over hardware
- + Maximum possible performance
- + Essential for reverse engineering
- + Fundamental for understanding systems
Desventajas
- - Extremely difficult to write
- - Not portable between architectures
- - Prone to errors
- - Very low productivity
Casos de Uso
- Bootloaders and firmware
- Critical optimization
- Reverse engineering
- Operating system development