marcie/README.md

9 lines
235 B
Markdown
Raw Permalink Normal View History

2022-10-26 19:31:25 -06:00
# marcie
Golang implementation of the MARIE architecture.
2022-10-27 09:50:42 -06:00
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).