Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 320 Bytes

File metadata and controls

18 lines (12 loc) · 320 Bytes

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