From ed8d661621c57ac6cdb04a9118002d47df38b10c Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sat, 11 Nov 2017 22:40:49 -0500 Subject: [PATCH] Updated CPU (markdown) --- CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPU.md b/CPU.md index a491833..975e5a6 100644 --- a/CPU.md +++ b/CPU.md @@ -9,7 +9,7 @@ Work in progress ## General purpose registers -The registers are 16-bits locations available to the CPU and are used in some instructions and system calls. Read [Basic Assembly Tutorial](https://github.com/simon987/Much-Assembly-Required-3/wiki/Basic-Assembly-tutorial) for more information. +The registers are 16-bits locations available to the CPU and are used in some instructions and system calls. Read [Basic Assembly Tutorial](https://github.com/simon987/Much-Assembly-Required/wiki/Basic-Assembly-tutorial) for more information. | Register | Purpose | | -------- | ------- |