<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=Z80%3AOpcodes%3ARR</id>
	<title>Z80:Opcodes:RR - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=Z80%3AOpcodes%3ARR"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Opcodes:RR&amp;action=history"/>
	<updated>2026-05-13T12:21:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=Z80:Opcodes:RR&amp;diff=276&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Opcodes:RR&amp;diff=276&amp;oldid=prev"/>
		<updated>2016-02-05T22:08:48Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- Short summary of instruction --&amp;gt;&lt;br /&gt;
9-bit rotation to the right. The carry is copied into bit 7, and the bit leaving on the right is copied into the carry.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Syntax for this instruction --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    RR op8&lt;br /&gt;
&lt;br /&gt;
=== Allowed Instructions ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- All possible inputs --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    RR A&lt;br /&gt;
    RR B&lt;br /&gt;
    RR C&lt;br /&gt;
    RR D&lt;br /&gt;
    RR E&lt;br /&gt;
    RR H&lt;br /&gt;
    RR L&lt;br /&gt;
    RR (HL)&lt;br /&gt;
    RR (IX+n)&lt;br /&gt;
    RR (IY+n)&lt;br /&gt;
&lt;br /&gt;
== Effects ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- What the instruction does to flags --&amp;gt;&lt;br /&gt;
Carry becomes the bit leaving on the right, H and N flags are reset, P/V is parity, S and Z are modified by definition.&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- What the instruction can be used for --&amp;gt;&lt;br /&gt;
== T-States ==&lt;br /&gt;
r denotes 8-bit register.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| r || 8 &lt;br /&gt;
|-&lt;br /&gt;
| (hl) || 15 &lt;br /&gt;
|-&lt;br /&gt;
| (ix+X) || 23 &lt;br /&gt;
|-&lt;br /&gt;
| (iy+X) || 23 &lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Other instructions that are related to this one --&amp;gt;&lt;br /&gt;
[[Z80:Opcodes:RL|RL]],[[Z80:Opcodes:RLA|RLA]],[[Z80:Opcodes:RLC|RLC]],[[Z80:Opcodes:RLCA|RLCA]],[[Z80:Opcodes:RLD|RLD]],[[Z80:Opcodes:RRA|RRA]],[[Z80:Opcodes:RRC|RRC]],[[Z80:Opcodes:RRCA|RRCA]],[[Z80:Opcodes:RRD|RRD]],[[Z80:Opcodes:SLA|SLA]],[[Z80:Opcodes:SLL|SLL/SL1]],[[Z80:Opcodes:SRA|SRA]],[[Z80:Opcodes:SRL|SRL]]&lt;br /&gt;
&lt;br /&gt;
{{lowercase}}&lt;br /&gt;
[[Category:Z80 Assembly]]&lt;br /&gt;
[[Category:Z80 Heaven]]&lt;br /&gt;
[[Category:Z80 Opcodes]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>