Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->ORAA
ORAA Inclusive OR accumulator A with Memory
A 'or' M -> A
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.: | ORAA #<exprn.> |
| Direct: | ORAA <exprn.> |
| Index X: | ORAA <exprn.>,X |
| Index Y: | ORAA <exprn.>,Y |
| Extend: | ORAA <exprn.> |