Difference between revisions of "Z80:Opcodes:RRA"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 22:37, 5 February 2016

Performs a RR A faster, and modifies the flags differently.

Syntax

   RRA

Effects

The Carry becomes the bit leaving on the right, H, N flags are reset, P/V, S, and Z are preserved.

Uses

T-States

4 t-states

See Also

RL,RLA,RLC,RLCA,RLD,RR,RRC,RRCA,RRD,SLA,SLL/SL1,SRA,SRL