Skip to content

Model Instruction Set Architecture (MISA) - Basic ISA containing 16 instructions

Notifications You must be signed in to change notification settings

tripledubs/MISA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Model Instruction Set Architecture (MISA) - Basic ISA containing 16 instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published