??? 01/10/08 17:37 Modified: 01/10/08 17:40 Read: times |
#149246 - I think this is the case Responding to: ???'s previous message |
I think that it will correctly add any 2 valid BCD numbers and create a valid BCD number through DA. Look at the following case shown in your file:
PSW: 40 ACC: 0x0A PSW After: 40 ACC After: 0A This case is not possible for any addition, BCD or not, how can AC be set when the MSB of the lower nibble of ACC is set? It's not possible, so this case is not accounted for. |