bbriano / mary

Mary is a assembler+simulator for the Marie instruction set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mary

Mary is a assembler+simulator for the Marie instruction set architecture described in chapter 4 of "Computer Organization and Architecture" by Linda Null and Julia Lobur.

Use

To assemble and run the program, 2+5.mas:

$ mary 2+5.mas
0007

Install

$ go install github.com/bbriano/mary@latest

About

Mary is a assembler+simulator for the Marie instruction set.

License:ISC License


Languages

Language:Go 100.0%