>>12428414Yeah, for some computer architectures, every 3 clock cycles the cpu reads in a set of three words. the OPCODE, ARG1, and ARG2. And those are arranged in order in memory.
I think the important bit that you're missing is that the PC, program counter, gets incremented every clock cycle. Read a word, move to the next. Every cycle.
yeah,
>>12428587 that.
>>12428613>no... more about how the transistors differentiate between two consecutive and identical ON or OFF electric currents?...Inside of a word? In a 32-bit architecture, 2 consecutive bits literally go down their own separate paths to separate transistors.
Between words? The PC counter and timer seperate the two, they get processed sequentially.