ISHR

const val ISHR: Byte = 102(source)

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

Value: 0x66

Specification