Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages