Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->LDAA
Load accumulator A
Compatibility: 6800, 6802, 6803, 6303R, 6303X, 6303Y
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 | op | cyc | bytes | Assembler syntax |
| Immed.: | 86 | 2 | 2 | LDAA #<exprn.> |
| Direct: | 96 | 3 | 2 | LDAA <exprn.> |
| Index : | A6 | 4 | 2 | LDAA <exprn.>,X |
| Extend: | B6 | 4 | 3 | LDAA <exprn.> |