z80:Opcodes:RLA

From Learn @ Cemetech
Revision as of 22:42, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Performs an RL A, but is much faster and S, Z, and P/V flags are preserved.

Syntax

   RLA

Effects

C is changed to the leaving 7th bit, H and N are reset, P/V , S and Z are preserved.

Uses

T-States

4 t-states

See Also

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