From a15ae06aee511df0074af3f98d7c034ab0f5284a Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 10 Jul 2023 11:42:43 +0100 Subject: [PATCH] architecture: correct links CPU --- Computer_Architecture/CPU/CPU_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Computer_Architecture/CPU/CPU_architecture.md b/Computer_Architecture/CPU/CPU_architecture.md index cab81fb..9e2c672 100644 --- a/Computer_Architecture/CPU/CPU_architecture.md +++ b/Computer_Architecture/CPU/CPU_architecture.md @@ -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