SSHL

const val SSHL: Byte = 97(source)

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

Value: 0x61

Specification