Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->ANDA
ANDA And Memory with Accumulator A
A 'and' 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.: | ANDA #<exprn.> |
| Direct: | ANDA <exprn.> |
| Index X: | ANDA <exprn.>,X |
| Index Y: | ANDA <exprn.>,Y |
| Extend: | ANDA <exprn.> |