An implementation of an ISA containing 16 instructions described in
Pamela Smallwood, Mohamed Lotfy, Mark Sanders. “Introducing the CPU and assembly language concepts via a model instruction set architecture.” Journal of Computing Sciences in Colleges, Volume 30, Issue 2
For Computer Org 2 - UCO
$ make
$ ./a.out [input file]
$ git clone https://github.com/tripledubs/MISA.git
$ cd MISA
$ make
$ ./a.out input (reads the file named "input")