hex/shifts.fjΒΆ
βββ- Logical Shifts:
MacrosΒΆ
hexΒΆ
hex.shl_bitβdst[:n] <<= 1hex.shr_bitβdst[:n] >>= 1hex.shl_hex/2βdst[:n] <<= 4hex.shl_hex/3βdst[:n] <<= 4*timeshex.shr_hex/2βdst[:n] >>= 4hex.shr_hex/3βdst[:n] >>= 4*times
hex.shiftsΒΆ
hex.shifts.shl_bit_onceβ next is thebit-addressof the next msb, dst is a hex.hex.shifts.shr_bit_onceβ next is thebit-addressof the next msb, dst is a hex.