We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Pipeline: Difference between revisions
From SnesLab
(definition) |
(mentioned internal cycle) |
||
Line 1: | Line 1: | ||
'''Pipelining''' is a feature of 65x processors to increase throughput. | '''Pipelining''' is a feature of 65x processors to increase throughput. | ||
When finishing up an ADC instruction for example, the opcode fetch for the next instruction is happening simultaneously. | When finishing up an ADC instruction for example, the opcode fetch for the next instruction is happening simultaneously as the [[internal cycle]] of modifying the accumulator. | ||
=== See Also === | === See Also === |
Revision as of 17:48, 22 October 2024
Pipelining is a feature of 65x processors to increase throughput.
When finishing up an ADC instruction for example, the opcode fetch for the next instruction is happening simultaneously as the internal cycle of modifying the accumulator.