XRA
Opcode | Operand | Description |
XRA | R M | Logical XOR register or memory with accumulator |
— The contents of the accumulator are XORed with the contents of the
register or memory.
— The result is placed in the accumulator.
— If the operand is a memory location, its address is specified by the contents of H-L pair.
— S, Z, P are modified to reflect the result of the operation.
— CY and AC are reset.
— Example: XRA B or XRA M.
Comments
Post a Comment