AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Syntax: LSR Rd
Operation: Rd<n> = Rd<n+1> : Rd<7> = 0 : C = Rd<0>
Flags: Z,C,N,V

This operation shifts the register right 1 bit. The MSB is set to 0 and the Carry flag is set to the previous LSB.

Example:
LSR R31
LSR R0

[sh-index] Back to list of manuals