Are these used with each other? It seems like I've seen ADD used for the lowest byte and then ADC used for the next higher byte to include any overflow from the ADD, but how does that work when they are both tied to the accumulator?
(warning - I do not know how to program in 8080 yet!)
So if I wanted to BC=BC+DE and the add/adc commands _could_ work on non accumulator registers:
ADD B,D
ADC C,E
But you can't do something like this when they both affect A only, right?
How is ADC used on the 8080?
(warning - I do not know how to program in 8080 yet!)
So if I wanted to BC=BC+DE and the add/adc commands _could_ work on non accumulator registers:
ADD B,D
ADC C,E
But you can't do something like this when they both affect A only, right?
How is ADC used on the 8080?