From 6ee15e92b3ae51ec7ac636e8c7d50e509de531f1 Mon Sep 17 00:00:00 2001 From: Kacper <58340321+kmn219@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:37:48 +0100 Subject: [PATCH] Uploaded demo to YT and changed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ed2fb2..c10ed30 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The main goal of this project was to build a general-purpose CPU, capable of per - [Full project documentation, including design choices, implementation and planning](./docs/Report.pdf) - [Video demonstration of the project](./docs/Demo.mp4) -- [Instruction set documentation](./docs/ISA.pdf) +- [Instruction set documentation](https://www.youtube.com/watch?v=jOJJTngltEg) - [CPU block diagram](./docs/cpuStructure.png) - [CPU source files](./src/)