BSHR

const val BSHR: Byte = 100(source)

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

Value: 0x64

Specification