Skip to content

Oishi-Seth/IAS-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

IAS-Machine

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)'.

About

Implementation of IAS Machine using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages