LSHR

const val LSHR: Byte = 103(source)

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

Value: 0x67

Specification