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.gitcd IAS-pythonpip install -r requirements.txtorpip3 install -r requirements.txtpython test.pyorpython3 test.py