LSRA - Logical Shift Right Accumulator ;flags(N,Z,C)
LSRA ;0 > A > C ;(INH) inherent addressing
Shifts all bits of the accumulator one place to the right. Bit 7 is loaded with zero. Bit 0 is shifted into the C bit.