Golang implementation of the MARIE architecture
Go to file
2022-10-27 12:16:36 -04:00
examples Moved hellorld program to examples dir 2022-10-27 12:16:36 -04:00
marcie Moved hellorld program to examples dir 2022-10-27 12:16:36 -04:00
masm Moved hellorld program to examples dir 2022-10-27 12:16:36 -04:00
random Added original simulator jar file 2022-10-26 21:35:19 -04:00
.gitignore There is an assembler now 2022-10-27 11:49:20 -04:00
go.mod
LICENSE
marcie.go Removed reset function (we don't need it) 2022-10-26 21:33:03 -04:00
README.md Added some more info to readme 2022-10-27 11:50:42 -04:00

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.