LSLA - Logical Shift Left Accumulator ;flags(N,Z,C)

LSLA ;C < A < 0 ;(INH) inherent addressing

Shifts all bits of A one place to the left. Bit 0 is loaded with zero. The C bit is loaded from the most significant bit of A.