This Readme File serves as justification purpose for all possible test cases in each component of ALU
There would be nine test cases for the compare unit and three cases for each compare unit.
COMPEQ
true
false
false
CMPLE
false
false
true
CMPLT
false
false
true
Overflow can never happen if two operands have differnt signs and it's only possible in operands with the same signs.
There would be four cases for addiction only
There would be four cases for subtarctor only
There would be seven cases in total