Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->ANDB
And Memory with Accumulator B
Compatibility: 6800, 6802, 6803, 6303R, 6303X, 6303Y
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 | op | cyc | bytes | Assembler syntax |
| Immed.: | C4 | 2 | 2 | ANDB #<exprn.> |
| Direct: | D4 | 3 | 2 | ANDB <exprn.> |
| Index : | E4 | 4 | 2 | ANDB <exprn.>,X |
| Extend: | F4 | 4 | 3 | ANDB <exprn.> |