Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->EORB
EORB Exclusive OR Accumulator B with memory
B 'eor' M -> B
Condition Code Register:
C Not affected
V Reset Always
Z Set if result Zero, else cleared
N Set if result Negative, else cleared
I Not affected
H Not affected
| Addressing mode | Assembler syntax |
| Immed.: | EORB #<exprn.> |
| Direct: | EORB <exprn.> |
| Index X: | EORB <exprn.>,X |
| Index Y: | EORB <exprn.>,Y |
| Extend: | EORB <exprn.> |