architecture: correct links CPU

This commit is contained in:
thomasabishop 2023-07-10 11:42:43 +01:00
parent 42f62c4257
commit a15ae06aee

View file

@ -52,7 +52,7 @@ With Intel processors the two main consumer processors are the i5 and i7. The la
## Control Unit
The CPU's [controller](/Hardware/Chipset_and_controllers.md). It takes the instructions in binary form from RAM memory (separate from the CPU, but connected) and then signals to the to ALU and memory registers what it is supposed to do to execute the instructions. Think of it as the overseer that gets the ALU and registers to work together to run program instructions.
The CPU's [controller](/Computer_Architecture/Chipset_and_controllers.md). It takes the instructions in binary form from RAM memory (separate from the CPU, but connected) and then signals to the to ALU and memory registers what it is supposed to do to execute the instructions. Think of it as the overseer that gets the ALU and registers to work together to run program instructions.
## The system clock