Suppose we have a circuit which adds 2 Hex numbers lets say A+F and stores the result in another register.In binary form it is easy to implement the carry,overflow,zero and negative flag however in hex what would be the equivalents.Im using 4 bit registers and I dont have access internaly to the register which means I cannot calculate these flags bit by bit.
Now that I have thought this thru the carry flag is easy to implement because it is very similar to the case of binary but the others are not very well thought out.
Thanks for your help!
Now that I have thought this thru the carry flag is easy to implement because it is very similar to the case of binary but the others are not very well thought out.
Thanks for your help!