This is a calculator that can add, subtract and multiply numbers from 0-15. It contains a 4-bit CCA, a 4-bit BCS and a 4-bit sequential multiplier using the 4-bit CCA. (CCA and BCS are my design).
Press the buttons on the IO to select your A and B inputs, A being on the top and B being below. When doing subtraction, it is *always* A - B, and it can handle negatives and will display their positive equivalents along with a lamp displaying it's "sign" (positive or negative). Then select your operand, being addition, subtraction or multiplication and wait for answer.
Comments
Denied
Interface:
Functionality/Interface:
Functionality:
All in all works, could have much improvement on the interface, but the main issues are the 4-bit-output and the non-8-bit multiplier, as well as the overflow indicator.
-> You can improve the given points and do the PR again.