Added some more info to readme

This commit is contained in:
Sasha Koshka 2022-10-27 11:50:42 -04:00
parent 565d733e0f
commit 8cb64f4427
1 changed files with 5 additions and 0 deletions

View File

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