browser

SHR

shr
calendarsave
address instructions a b -- a>>b SHR -> Shifts the byte a by b bits to the right SHRx -> Shifts the byte x by b bits to the right SHRy -> Shifts the byte y by b bits to the right SHRxy -> Shifts the bytes x and y by b bits to the right