From 561f8d88ce86f7fac68a6410f2d30f4284db8a7c Mon Sep 17 00:00:00 2001 From: Kacper <58340321+kmn219@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:39:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c10ed30..2e1bdfb 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ The main goal of this project was to build a general-purpose CPU, capable of per ### Quick Links - [Full project documentation, including design choices, implementation and planning](./docs/Report.pdf) -- [Video demonstration of the project](./docs/Demo.mp4) -- [Instruction set documentation](https://www.youtube.com/watch?v=jOJJTngltEg) +- [Video demonstration of the project](https://www.youtube.com/watch?v=jOJJTngltEg) +- [Instruction set documentation](./docs/ISA.pdf) - [CPU block diagram](./docs/cpuStructure.png) - [CPU source files](./src/)