logical shift
A bitwise shift operation that fills the vacated bits with zeros, used in low-level programming and computer architecture. Contrasts with arithmetic shift.
In a logical shift, zeros are always inserted into the vacated bits.
This CPU supports logical shift instructions.