Changes

6502

356 bytes added, 10 September
/* Pipelining */
This is why the EOR instruction effectively takes only 2 cycles.
 
To be fair, this concept of pipelining only makes sense when we consider full-cycles. With half-cycles in mind, there is no overlap or shortcut happening. It's the other way around. The CPU has to be idle for 1 half-cycle when the preceding instruction finished with a write access to memory on ϕ2 so that it can fetch the next opcode on next ϕ2 cycle.
<br>
8,324
edits