Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->ASL
ASL Shift Accumulator or Memory Byte Left
ASLA
ASLB
ASL This instruction and LSL are identical
C <- b7 <-....<- b0 <- 0
Condition Code Register:
H Undefined
N Set if result Negative, else cleared
Z Set if result Zero, else cleared
V <- b6 EOR b7 of original operand
C <- b7 of original operand
| Addressing mode | No of cycles | No of bytes |
| Implied: | 2 | 1 |
| Direct: | 6 | 2 |
| Extended: | 7 | 3 |
| Index/Indirect: | 6+ | 2+ |