Assembly
- A low-level representation, one step above writing the binary code by hand
- Each word is generally a 1:1 representation of a single
instruction (and its parameters), or binary data, for the given
Instruction Set Architecture
- As such, a given assembly program is tied to a given ISA and is not typically portable