Golang implementation of the MARIE architecture
Go to file
Sasha Koshka b5300d5ac4 I forgot what exactly I changed 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 Moved hellorld program to examples dir 2022-10-27 12:16:36 -04:00
masm I forgot what exactly I changed 2022-10-31 15:54:09 -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
LICENSE Lol im dumb 2022-10-26 21:31:25 -04:00
README.md Added some more info to readme 2022-10-27 11:50:42 -04:00
go.mod BRUHHHHHHHH!!!! Everyone must have a fruit or vegetable, NO CAP! 2022-10-26 21:28:19 -04:00
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.