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