Go to file
Rhinemann e5a88058ed Swapped list for decue for BasicRegister's memory to optimise shifting methods for both directions.
Moved get_memory to the end.
2023-06-25 21:58:43 +03:00
LICENSE Initial commit 2023-06-17 21:44:27 +03:00
README.md README initial writeup. 2023-06-17 22:00:35 +03:00
bitutilities.py Swapped list for decue for BasicRegister's memory to optimise shifting methods for both directions. 2023-06-25 21:58:43 +03:00
main.py Commit. 2023-06-25 19:39:37 +03:00

README.md

binaryCalculatorPrototype

This is a Python language prototype for a binary calculator to be used in Computer Arithmetics lab works for first-year students studying Computer Engineering at KPI.