* Question
What is an addition instruction? |
* Answer
The addition instruction is divided into no carry plus ADD instruction and carry carry ADC instruction.The ADD instruction adds the value in the accumulator to an immediate value or a value in a memory location. The ADC instruction also adds the value of C in the CCR, and their final result is stored in the accumulator. |
COMMENTS