How I make an addition of two numbers of 32 bits in Assembly using ADC?
feedback
|
|
Assuming an 8 bit processor with ld, st, adc and add and index registers X & Y which point to the values to be added, result replaces *X:
| |||
|
feedback
|
|
is like:
or:
| |||
|
feedback
|