Given the following formula :
(((a-b)>>3) + c-d+4)<<2
And each variable is a 8 bit register, need to find a few bits need for results will not be OVERFLOW .
I think the answer is 11
.
the biggest number that we can take at (a-b) + the biggest number in (c-d+4)
.
its bona be grate if someone can explain .