From ae40dea013199b3946eccb238e06b1ea3cd93621 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 27 Oct 2018 19:09:29 +0200 Subject: [PATCH] README.md: default memory size is 65536 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 315c6a9..ba04b24 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ more on being easy to understand and modify/play with. The cpu has 16 general purpose registers, r0 - r15. Each register is 16-bit. Memory addresses are aligned by 2 bytes (16 bit) and the machine has -a total of `4096` bytes of memory. +a total of `65536` bytes of memory (per default, can be changed at compile time). ## instruction set overview