From 84f500e9d6900261f503e1e9559162286755808e Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 7 Apr 2022 20:41:29 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ecdcc3..7e80b2b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ And the 2-bit sign flag is: 2 (if output > 0) ### Memory - +The memory is also created from scratch, starting from a single-bit register that helps in the building of several types of flipflops, that will then be used to create defferent sizes of RAMs, a program counter, and a ROM. +The final volatile memory will be a 24Kb RAM: 16Kb of general purpose memory, 8Kb allocated for screen memory and 16-bit for keyboard input. ### Assembler