Multiply/Div with the LC3 ISA?
http://highered.mcgraw-hill.com/sites/dl/free/0072467509/104653/PattPatelAppA.pdf
I want to know how to multiply a bit by 2 to shift it left, divide it by 2 to shift it right and store the bits that extend out to restore them at the bottom again, shifting the bits in a circle.

