Golang implementation of the MARIE architecture
Go to file
Sasha Koshka d648660889 Do not put variables after code
Apparently the original assembler does not do this, and putting
them inline with the code is needed for subroutines
2022-10-27 17:37:25 -04:00
examples Add greeter example 2022-10-27 13:26:57 -04:00
marcie Moved hellorld program to examples dir 2022-10-27 12:16:36 -04:00
masm Do not put variables after code 2022-10-27 17:37:25 -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 BRUHHHHHHHH!!!! Everyone must have a fruit or vegetable, NO CAP! 2022-10-26 21:28:19 -04:00
LICENSE Lol im dumb 2022-10-26 21:31:25 -04:00
marcie.go Do not put variables after code 2022-10-27 17:37:25 -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.