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).