A
6502 instruction that shifts all bits in the A register or a memory location to the right, moving bit 0 into the carry and the old carry into bit 7.
Don't forget to add 2 cycles to modes other than impl, as those modes are read-modify-write.
Similar: ASL | LSR | ROL | INC | DEC
See also: 6502 instructions | 6502 addressing modes