BSHRU

const val BSHRU: Byte = 104(source)

Bitwise shift right unsigned a byte (the top byte is the amount, the second byte is the value to shift)

Value: 0x68

Specification