LSR (logical shift right) Tags: NZC

Description:

Moves to the right one bit position of the given indicated by operand. Zero is inserted in place of the highest bit. The lowest bit moves to bit C. Shift to the right corresponds to dividing the number by 2.

Example:

    LSR;        moving accumulator bits to the right
    LSR $A 400    ; cell bit offset