Implementation of IAS Machine using Python
This is an implementation of IAS computer in Python. It implements ADD, SUB, LOAD, STOR, LSH.
Running code: python3 IAS.py
Input/Output: 2 numbers have to be entered 'a' and 'b'. Result will be 'a+b'. Next 2 numbers entered are 'c' and 'd'. Result will be 'LSH(c-d) = 2*(c-d)'.