![]() |
|
| << Previous | Next >> | |
| | |
SLA (HL) Shift Left Arithmetic Rabbit 2000/3000/4000/5000 Instruction
CB 26 SLA (HL) (HL) = {(HL)[6,0],0}
CF = (HL)[7]
Rabbit 2000/3000/4000 Rabbit 5000
Description
Arithmetically shifts to the left the bits of the data whose address is HL.
Bits 0 through 6 are each shifted to the next highest-order bit position (bit 0 moves to bit 1, etc.). Bit 7 is shifted to the C flag. Bit 0 is reset. See Figure 19 for an illustration.
| Rabbit Instructions | << Previous | Next >> | rabbit.com |