instruction

Machine language is built up from instructions. On the processing architecture, a given instruction may specify:
* particular registers (for arithmetic, addressing, or control functions)
* particular memory locations (or offsets to them)
* particular addressing modes (used to interpret the operands)

More complex operations are built up by combining these simple instructions, which are executed sequentially, or as otherwise directed by control flow instructions.