browser

SHL

shl
calendarsave
address instructions a b -- a<<b SHL -> Shifts the byte a by b bits to the left SHLx -> Shifts the byte x by b bits to the left SHLy -> Shifts the byte y by b bits to the left SHLxy -> Shifts the bytes x and y by b bits to the left