Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 573 Bytes

MISA - Model Instruction Set Architecture


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

Compiling:

$ make

Using:

$ ./a.out [input file]

Starting from scratch:

$ git clone https://github.com/tripledubs/MISA.git
$ cd MISA
$ make
$ ./a.out input (reads the file named "input")