Forum Discussion
TWyar
New Contributor
7 years ago5 bit arithmetic with negative value
I am currently doing a project where I need to display the result of an arithmetic operation. Everything seems to go perfectly, however when I do an operation such as (+A) + (-B), my result is incorr...
TWyar
New Contributor
7 years agoI figured out my problem. I just needed to switch the magnitudes from 5 bit to 4 bit.