| << Previous | Next >> | |
| |
SRL r Shift Right Logical Rabbit 2000/3000/4000 Instruction
---- SRL r 4 (2,2)) r = {0,r[7,1]}; CF = r[0]
Description
Shifts to the right the bits in r (any of the registers A, B, C, D, E, H, or L). Each bit is shifted to the next lowest-order bit position (Bit 7 shifts to bit 6, etc.) Bit 0 shifts to the C flag. Bit 7 is reset. See the figure below.
| | |
| << Previous | Next >> |