z80:Opcodes:RLCA

From Learn @ Cemetech
Jump to navigationJump to search

Performs RLC A much quicker, and modifies the flags differently.

Syntax

   RLCA

Effects

S,Z, and P/V are preserved, H and N flags are reset.

Uses

T-States

4 t-states

See Also

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