ISHL

const val ISHL: Byte = 98(source)

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

Value: 0x62

Specification