Go to file
Rhinemann 66c9f833a6 Modified the way shifted radices are printed for readability. 2023-06-25 21:59:47 +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 Modified the way shifted radices are printed for readability. 2023-06-25 21:59:47 +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.