| << Previous | Next >> | |
| |
RR b,BCDE
RR b,JKHL Rotate Right Through Carry Rabbit 4000 Instruction
-- RR b,BCDE {BCDE,CF} = {CF,BCDE}
b = b - 1
repeat while b != 0-- RR b,JKHL {JKHL,CF} = {CF,JKHL}
b = b - 1
repeat while b != 0
Description
Rotates to the right with the C flag the data in BCDE or JKHL.
| | |
| << Previous | Next >> |