From 43670e57d96b9b6045afbc86cbf881f2659d087a Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 19 Dec 2025 18:58:16 +0000 Subject: [PATCH] tidy up --- zk/CPU_architecture.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zk/CPU_architecture.md b/zk/CPU_architecture.md index 1187104..e8cb65f 100644 --- a/zk/CPU_architecture.md +++ b/zk/CPU_architecture.md @@ -71,10 +71,10 @@ cycle_. The clock's circuitry is based on a quartz crystal system like that used in watches. At precisely timed intervals, the clock sends out pulses of electricity -that cause bits to move from place to place within -[logic gates](/zk/Logic_gates.md) or between logic gates and -[registers](./CPU_architecture.md). This is covered in greater detail in the -discussion of [clock signals in digital circuits](Clock_signals.md). +that cause bits to move from place to place within [logic gates](Logic_gates.md) +or between logic gates and [registers](CPU_architecture.md). This is covered in +greater detail in the discussion of +[clock signals in digital circuits](Clock_signals.md). Simple instructions such as add can often be executed in just one clock cycle, whilst complex operations such as divide will require a number of smaller steps,