From 44ea0d201abbfa2724553ee831fb916bdc35edc1 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Wed, 23 Oct 2019 22:57:08 +0200 Subject: [PATCH] Fixed description in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a20ad72b..e061a3d8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ circuit logic in a way that allows for a smooth transition between those levels. The aim is to give students a better understanding how these layers blend in a machine, and what the purpose of microprogramming is. In more detail, Mograsim allows: -* Programming and running simple assembler on the machine -* Defining an ISA (Instruction Set) to use in the assembler +* Programming and running simple assembler on the machine *(in development)* +* Defining an ISA (Instruction Set) to use in the assembler *(in development)* * Microprogram the CPU to implement the specified ISA * View the Circuit Logic operating and executing the microprogram in detail -- 2.17.1