How does pipelining work with pseudo code in a processor?
1. Fetch instruction one.
2. Decode instruction one while fetching instruction two.
3. Execute instruction one while decoding instruction two and fetching instruction three.
4. Continue this process for subsequent instructions.