* Question
What are the functions of the / and / XOR instructions? |
* Answer
The AND/OR/XOR instruction AND/ORA/EOR performs bitwise AND/OR/XOR logic operation on the contents of the accumulator A and the corresponding operand, and then stores the operation result in A, and clears the CCR register.The flag bit V is 0, affecting the N and Z flag bits, and has no effect on other flag bits. |
COMMENTS