RAR
Name |
Rotate Accumulator right through Carry |
Function |
The content of the accumulator and carry/link are rotated right. |
Syntax |
RAR |
Assembled |
|
Binary |
11110110 |
Decimal |
246 |
Hexadecimal |
0xF6 |
Symbolic |
|
Execution |
1 word, 8-bit code and an execution time of 10.3 \({\mu}\) sec |
Side-effects |
As described |
Implemented |
rar |
Detailed Description
The contents of the accumulator are rotated one bit position to the right.
The low-order bit of the accumulator replaces the carry bit, while the carry bit
replaces the high-order bit of the accumulator.
The opcode for this instruction does not contain any additional data: