* Question
What is a subtraction order? |
* Answer
The subtraction instructions are divided into a SUB instruction without C and an SBC instruction with C.The SUB instruction subtracts the value in the accumulator from an immediate value or a value in a memory location. The SBC instruction also subtracts the value of C in the CCR, and the difference is eventually stored in accumulator A. |
COMMENTS