Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->LDAB
LDAB Load accumulator B
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.: | LDAB #<exprn.> |
| Direct: | LDAB <exprn.> |
| Index X: | LDAB <exprn.>,X |
| Index Y: | LDAB <exprn.>,Y |
| Extend: | LDAB <exprn.> |