Skip to content

shrey27tri01/IAS-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAS implementation in python

Implementation of the IAS(Princeton) architecture in Python (instruction fetch, decode, and execute).

This program just implements the two basic operations of addition and multiplication on two numbers.

To test the implementation:

  • git clone https://github.com/shrey27tri01/IAS-python.git
  • cd IAS-python
  • pip install -r requirements.txt or pip3 install -r requirements.txt
  • python test.py or python3 test.py

About

Implementation of the IAS architecture in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages