Golang implementation of the MARIE architecture
Go to file
2022-10-31 15:54:09 -04:00
examples Fixed bug where comments were not properly ignored 2022-10-27 22:51:04 -04:00
marcie
masm I forgot what exactly I changed 2022-10-31 15:54:09 -04:00
random
.gitignore
go.mod
LICENSE
marcie.go I forgot what exactly I changed 2022-10-31 15:54:09 -04:00
README.md

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.