From 8cb64f442765a5dd2143b65b250245259565a7a7 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 27 Oct 2022 11:50:42 -0400 Subject: [PATCH] Added some more info to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29daa74..5cd371b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # marcie Golang implementation of the MARIE architecture. + +This repository includes an assembler (masm) and a simulator (marcie). + +Some documentation on the architecture is available +[here](https://github.com/MARIE-js/MARIE.js/wiki).