76
CHAPTER 5 EXPLANATION OF INSTRUCTIONS
User's Manual U12326EJ4V0UM
Rotate Right
ROR Byte Data Rotation to the Right
[Instruction format] ROR dst, cnt
[Operation] (CY, dst7←dst0, dstm–1←dstm) × one time
[Operand]
Mnemonic Operand(dst,cnt)
ROR A, 1
[Flag]
ZACCY
×
[Description]
• The destination operand (dst) contents specified by the 1st operand are rotated to the right just once.
• The LSB (bit 0) contents are simultaneously rotated to MSB (bit 7) and transferred to the CY flag.
[Description example]
ROR A, 1; The A register contents are rotated one bit to the right.
CY 07