axy
philosophy
assembly
instructions
modes
SHL
shl
2026-03-10 @ 16:55:04
2026-03-10 @ 16:55:04
page
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