noun
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.
論理シフトでは、空いたビットに常に0が入ります。
In a logical shift, zeros are always inserted into the vacated bits.
This CPU supports logical shift instructions.