instructions
n b -> n<<b
SHL -> Shifts the byte n by b bits to the left
SHLw -> Shifts the word n by b bits to the left
SHLx -> Shifts the byte x by b bits to the left
SHLxw -> Shifts the word xw by b bits to the left
SHLy -> Shifts the byte y by b bits to the left
SHLyw -> Shifts the word yw by b bits to the left
SHLxy -> Shifts the bytes x and y by b bits to the left
SHLxyw -> Shifts the words xw and yw by b8 bits to the left