From 6a9afe4a989f222968a7ffb1ed621b64e022f96c Mon Sep 17 00:00:00 2001 From: XOR Date: Tue, 27 Dec 2022 16:48:57 +0100 Subject: [PATCH] expand design --- design.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/design.txt b/design.txt index 775624a..70f8228 100644 --- a/design.txt +++ b/design.txt @@ -13,3 +13,12 @@ Instructions: Instruction format, [] means optional: instruction [mem_adress]; [Kommentar] + +Memory: + 32 Bit Data with + 28 Bit Adresess-> 24Mb Memory + +Instruction Layout: + XXXXYYYYYYYYYYYYYYYYYYYYYYYYYYYY + X: Instruction Opcode + Y: Memory Adress \ No newline at end of file