BSHL

const val BSHL: Byte = 96(source)

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

Value: 0x60

Specification